mirror of
https://github.com/nothings/stb
synced 2024-12-15 20:32:33 +03:00
Update other_libs.md
This commit is contained in:
parent
1d95d24ae9
commit
6fb2270617
@ -27,9 +27,9 @@ all three. Libraries of more than two files are mostly forbidden.
|
|||||||
|
|
||||||
For the API column, "C" means C only, "C++" means C++ only, and "C/C++" means C/C++ usable
|
For the API column, "C" means C only, "C++" means C++ only, and "C/C++" means C/C++ usable
|
||||||
from either; some files may require *building* as C or C++ but still qualify as "C/C++" as
|
from either; some files may require *building* as C or C++ but still qualify as "C/C++" as
|
||||||
long as the header file uses ~~extern "C"~~ to make it work. (In some cases, a header-file-only
|
long as the header file uses `extern "C"` to make it work. (In some cases, a header-file-only
|
||||||
library may compile as both C or C++, but produce an implementation that can only be called from
|
library may compile as both C or C++, but produce an implementation that can only be called from
|
||||||
one or the other, because of a lack of use of ~~extern "C"~~; in this case we still qualify it
|
one or the other, because of a lack of use of `extern "C"`; in this case we still qualify it
|
||||||
as C/C++, as this is not an obstacle to most users.)
|
as C/C++, as this is not an obstacle to most users.)
|
||||||
|
|
||||||
category | library | license | API |files| description
|
category | library | license | API |files| description
|
||||||
|
Loading…
Reference in New Issue
Block a user