From c00f9719339d5193c9df2dd384f64374bf3acc03 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 23 Apr 2004 20:06:03 +0000 Subject: 2004-04-23 Jeff Johnston * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes. --- newlib/libc/include/stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'newlib/libc') diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index eb9f21c21..94e437d39 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -277,6 +277,8 @@ FILE * _EXFUN(_fdopen_r, (struct _reent *, int, const char *)); FILE * _EXFUN(_fopen_r, (struct _reent *, const char *, const char *)); int _EXFUN(_fclose_r, (struct _reent *, FILE *)); int _EXFUN(_fscanf_r, (struct _reent *, FILE *, const char *, ...)); +int _EXFUN(_fseek_r, (struct _reent *, FILE *, long, int)); +long _EXFUN(_ftell_r, (struct _reent *, FILE *)); int _EXFUN(_getchar_r, (struct _reent *)); char * _EXFUN(_gets_r, (struct _reent *, char *)); int _EXFUN(_iprintf_r, (struct _reent *, const char *, ...)); -- cgit v1.2.3