diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:33:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-12-23 16:33:12 +0000 |
| commit | de7067ac25485524e49f46ea9478a289adf6227a (patch) | |
| tree | 0ab416f40b74808a95d81422ff47cd2d4450549e /include/stdio.h | |
| parent | 79ac896751b4fb78a6021557eb05394a793684a3 (diff) | |
Notes
Diffstat (limited to 'include/stdio.h')
| -rw-r--r-- | include/stdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h index 571705a46e68..99f161867856 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -294,6 +294,7 @@ __END_DECLS #if !defined (_ANSI_SOURCE) && !defined(_POSIX_SOURCE) __BEGIN_DECLS int asprintf __P((char **, const char *, ...)) __printflike(2, 3); +char *ctermid_r __P((char *)); char *fgetln __P((FILE *, size_t *)); int fpurge __P((FILE *)); int fseeko __P((FILE *, _BSD_OFF_T_, int)); |
