Home | History | Annotate | Download | only in support
      1 /*
      2  * cstring.h -- header file for C string parse/print utilities
      3  */
      4 
      5 extern int parse_c_string(char *str);
      6 extern void print_c_string(FILE *f, const char *cp, int len);
      7