about summary refs log tree commit diff
path: root/converter/other/cameratopam/stdio_nofail.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/cameratopam/stdio_nofail.h')
-rw-r--r--converter/other/cameratopam/stdio_nofail.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/converter/other/cameratopam/stdio_nofail.h b/converter/other/cameratopam/stdio_nofail.h
index 9d6fcea5..f220b4ac 100644
--- a/converter/other/cameratopam/stdio_nofail.h
+++ b/converter/other/cameratopam/stdio_nofail.h
@@ -16,3 +16,8 @@ fseek_nofail(FILE * const streamP,
 
 long
 ftell_nofail(FILE * const streamP);
+
+char *
+fgets_nofail(char * const s,
+             int    const size,
+             FILE * const streamP);