sstr  1.0.1
sstr_t represent sequences of characters.
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: