Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 22... Line 22...
22
#include 
22
#include 
Line 23... Line 23...
23
 
23
 
24
int
24
int
25
_DEFUN(_fprintf_r, (ptr, fp, fmt),
25
_DEFUN(_fprintf_r, (ptr, fp, fmt),
26
       struct _reent *ptr _AND
26
       struct _reent *ptr _AND
27
       FILE *fp _AND
27
       FILE *__restrict fp _AND
28
       const char *fmt _DOTS)
28
       const char *__restrict fmt _DOTS)
29
{
29
{
30
  int ret;
30
  int ret;
Line 31... Line 31...
31
  va_list ap;
31
  va_list ap;
Line 38... Line 38...
38
 
38
 
Line 39... Line 39...
39
#ifndef _REENT_ONLY
39
#ifndef _REENT_ONLY
40
 
40
 
41
int
41
int
42
_DEFUN(fprintf, (fp, fmt),
42
_DEFUN(fprintf, (fp, fmt),
43
       FILE *fp _AND
43
       FILE *__restrict fp _AND
44
       const char *fmt _DOTS)
44
       const char *__restrict fmt _DOTS)
45
{
45
{
Line 46... Line 46...
46
  int ret;
46
  int ret;