Home
last modified time | relevance | path

Searched refs:CJSON_STDCALL (Results 1 – 1 of 1) sorted by relevance

/petsc/src/mat/tests/
H A DcJSON.h54 #define CJSON_STDCALL __stdcall macro
62 #define CJSON_PUBLIC(type) type CJSON_STDCALL
64 #define CJSON_PUBLIC(type) __declspec(dllexport) type CJSON_STDCALL
66 #define CJSON_PUBLIC(type) __declspec(dllimport) type CJSON_STDCALL
70 #define CJSON_STDCALL