CARB_LIBRARY_GET_LITERAL_NAME
Defined in carb/extras/Library.h
- 
CARB_LIBRARY_GET_LITERAL_NAME(name)
- A macro to build a library file’s name as a string literal. - Remark - This will build the full platform-specific library file name; for example “carb” will be built into “carb.dll” on Windows, “libcarb.so” on Linux, etc. - Parameters
- name – A string literal name for the library.