Utility functions for shared library export/import
Version: stable
MACROS | |
---|---|
DM_DLLEXPORT | storage-class attribute for shared library export/import |
Export and import functions, data, and objects to or from a DLL
EXAMPLES
DM_DLLEXPORT uint64_t dmHashBuffer64(const void* buffer, uint32_t buffer_len);