diff options
Diffstat (limited to 'tools/getline.h')
-rw-r--r-- | tools/getline.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/getline.h b/tools/getline.h new file mode 100644 index 0000000..a2f35b9 --- /dev/null +++ b/tools/getline.h @@ -0,0 +1 @@ +int getline(char **lineptr, size_t *n, FILE *stream); |