This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

add _siprintf_r to stdio.h


I've forgotten to attach this.

--
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.
Index: stdio.h
===================================================================
RCS file: /cvs/src/src/newlib/libc/include/stdio.h,v
retrieving revision 1.28
diff -c -r1.28 stdio.h
*** stdio.h	3 May 2004 17:27:56 -0000	1.28
--- stdio.h	4 May 2004 14:14:22 -0000
***************
*** 282,287 ****
--- 282,288 ----
  int	_EXFUN(_getchar_r, (struct _reent *));
  char *	_EXFUN(_gets_r, (struct _reent *, char *));
  int	_EXFUN(_iprintf_r, (struct _reent *, const char *, ...));
+ int	_EXFUN(_siprintf_r, (struct _reent *, char *, const char *, ...));
  int	_EXFUN(_mkstemp_r, (struct _reent *, char *));
  char *	_EXFUN(_mktemp_r, (struct _reent *, char *));
  void	_EXFUN(_perror_r, (struct _reent *, const char *));

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]