json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
utils Directory Reference
Directory dependency graph for utils:
src/utils

Files

 compat.h
 Cross-platform compatibility abstractions for Windows and POSIX.
 
 diag.c
 Diagnostic engine implementation.
 
 diag.h
 Diagnostic engine for clang-style error reporting.
 
 error_codes.c
 Implementation of error code utilities.
 
 error_codes.h
 Unified error code definitions for json-gen-c.
 
 getopt_compat.c
 Portable getopt_long_only implementation for Windows.
 
 getopt_compat.h
 Portable getopt_long implementation for systems without <getopt.h>.
 
 hash.h
 
 hash_map.h
 A simple hash_map implementation.
 
 io.h
 File operation helper functions.
 
 json_context.c
 Implementation of thread-safe JSON parsing context.
 
 json_context.h
 Thread-safe context structure for JSON parsing.
 
 sstr.c
 Implementation of the sstr.h header file.
 
 sstr.h
 sstr_t are objects that represent sequences of characters.