json-gen-c  0.1.5
json-gen-c generate C code for json manipulation
sstr_s Struct Reference

Public Attributes

size_t length
 
char type
 
union { 
 
   char   short_str [SHORT_STR_CAPACITY+1] 
 
   struct { 
 
      size_t   capacity 
 
      char *   data 
 
   }   long_str 
 
   struct { 
 
      char *   data 
 
   }   ref_str 
 
un 
 

The documentation for this struct was generated from the following file: