#include <stdio.h>

Go to the source code of this file.
Classes | |
| struct | HocStr |
Typedefs | |
| typedef struct HocStr | HocStr |
Functions | |
| HocStr * | hocstr_create () |
| char * | fgets_unlimited (HocStr *s, FILE *f) |
Variables | |
| HocStr * | hoc_tmpbuf |
| char* fgets_unlimited | ( | HocStr * | s, | |
| FILE * | f | |||
| ) |
References HocStr::buf, hocstr_resize(), n, and HocStr::size.
Referenced by hoc_Getstr(), and System().

| HocStr* hocstr_create | ( | ) |
Referenced by hoc_Getstr(), and System().
1.6.3