Home
last modified time | relevance | path

Searched defs:CJSON_PUBLIC (Results 1 – 1 of 1) sorted by relevance

/external/iperf3/src/
Dcjson.h117 #define CJSON_PUBLIC(type) type __stdcall macro
119 #define CJSON_PUBLIC(type) __declspec(dllexport) type __stdcall macro
121 #define CJSON_PUBLIC(type) __declspec(dllimport) type __stdcall macro
125 #define CJSON_PUBLIC(type) __attribute__((visibility("default"))) type macro
127 #define CJSON_PUBLIC(type) type macro