summaryrefslogtreecommitdiff
path: root/features/mkc_fgetln.h
diff options
context:
space:
mode:
Diffstat (limited to 'features/mkc_fgetln.h')
-rw-r--r--features/mkc_fgetln.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/features/mkc_fgetln.h b/features/mkc_fgetln.h
new file mode 100644
index 0000000..4238478
--- /dev/null
+++ b/features/mkc_fgetln.h
@@ -0,0 +1,16 @@
+/********************************************************************\
+ Copyright (c) 2014 by Aleksey Cheusov
+
+ See LICENSE file in the distribution.
+\********************************************************************/
+
+#ifndef _MKC_FGETLN_H_
+#define _MKC_FGETLN_H_
+
+#include <stdio.h>
+
+#ifndef HAVE_FUNC3_FGETLN_STDIO_H
+char *fgetln (FILE *stream, size_t *len);
+#endif
+
+#endif // _MKC_FGETLN_H_