docs/ikteam: Delete most files.
[haiku.git] / headers / compatibility / bsd / stdio.h
blob5f80fc087c4b85b6339923ed7f2de23789bae664
1 /*
2 * Copyright 2006-2010 Haiku Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _BSD_STDIO_H_
6 #define _BSD_STDIO_H_
9 #include_next <stdio.h>
12 #ifdef _BSD_SOURCE
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
19 char *fgetln(FILE *stream, size_t *_length);
21 #ifdef __cplusplus
23 #endif
26 #endif
29 #endif /* _BSD_STDIO_H_ */