musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include/stdio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h 4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 3d22220f..19ab8bcd 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -172,6 +172,10 @@ int getw(FILE *);
int putw(int, FILE *);
#endif
+#ifdef _BSD_SOURCE
+char *fgetln(FILE *, size_t *);
+#endif
+
#ifdef _GNU_SOURCE
int asprintf(char **, const char *, ...);
int vasprintf(char **, const char *, va_list);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月15日 03:28:57 +0000

AltStyle によって変換されたページ (->オリジナル) /