Go to the documentation of this file.
26 #if defined __linux || defined __APPLE__
27 #define F_FUNC(lname,uname) _(lname,_)
28 #define F_CALL(lname,uname) _(lname,_)
29 #define STR_PSTR(str) char *str
30 #define STR_PLEN(str) , int _(Len,str)
31 #define STR_PTR(str) str
32 #define STR_LEN(str) _(Len,str)