mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5086 a4a2c43b-8ac3-0310-8836-e0e880c912e2
6 lines
122 B
C
6 lines
122 B
C
/* stdio.h - bsd-games wrapper for <stdio.h> */
|
|
|
|
#include_next <stdio.h>
|
|
|
|
extern char *fgetln(FILE *stream, size_t *len);
|