|
json-gen-c
0.1.5
json-gen-c generate C code for json manipulation
|
Cross-platform compatibility abstractions for Windows and POSIX. More...
#include <pthread.h>#include <unistd.h>

Go to the source code of this file.
Macros | |
| #define | compat_isatty(fd) isatty(fd) |
| #define | compat_fileno(f) fileno(f) |
| #define | compat_strdup(s) strdup(s) |
Typedefs | |
| typedef pthread_mutex_t | compat_mutex_t |
Cross-platform compatibility abstractions for Windows and POSIX.
Provides unified APIs for: