Prototypes | |
| char ** | chanvalloc (const char *str) |
| void | chanvfree (char **chanv) |
| char * | chanvstr (char **chanv, const char *str) |
| int | main (int argc, char *argv[]) |
Go to the source code of this file.
Macros | |
| #define | FAILURE(...) do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |
| #define FAILURE | ( | ... | ) | do { fprintf(stderr, __VA_ARGS__); exit(99); } while (0) |