Support braces on next line for config blocks

This commit is contained in:
Brian Ashworth 2018-05-30 15:06:25 -04:00
parent 7c810dc344
commit 51bb9d8573
3 changed files with 74 additions and 8 deletions

View file

@ -4,6 +4,7 @@
#include <stdio.h>
char *read_line(FILE *file);
char *peek_line(FILE *file, int offset);
char *read_line_buffer(FILE *file, char *string, size_t string_len);
#endif