Subversion Repositories Kolibri OS

Rev

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

Rev 4874 Rev 4921
Line 23... Line 23...
23
#include "local.h"
23
#include "local.h"
Line 24... Line 24...
24
 
24
 
25
int
25
int
26
_DEFUN(_printf_r, (ptr, fmt),
26
_DEFUN(_printf_r, (ptr, fmt),
27
       struct _reent *ptr _AND
27
       struct _reent *ptr _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 39... Line 39...
39
 
39
 
Line 40... Line 40...
40
#ifndef _REENT_ONLY
40
#ifndef _REENT_ONLY
41
 
41
 
42
int
42
int
43
_DEFUN(printf, (fmt),
43
_DEFUN(printf, (fmt),
44
       const char *fmt _DOTS)
44
       const char *__restrict fmt _DOTS)
45
{
45
{
46
  int ret;
46
  int ret;