Subversion Repositories Kolibri OS

Rev

Rev 4921 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4921 Rev 6099
Line 41... Line 41...
41
       va_list ap)
41
       va_list ap)
42
{
42
{
43
  return _vsscanf_r (_REENT, str, fmt, ap);
43
  return _vsscanf_r (_REENT, str, fmt, ap);
44
}
44
}
Line -... Line 45...
-
 
45
 
-
 
46
#ifdef _NANO_FORMATTED_IO
-
 
47
int
-
 
48
_EXFUN(vsiscanf, (const char *, const char *, __VALIST)
-
 
49
       _ATTRIBUTE ((__alias__("vsscanf"))));
-
 
50
#endif
45
 
51
 
Line 46... Line 52...
46
#endif /* !_REENT_ONLY */
52
#endif /* !_REENT_ONLY */
47
 
53
 
48
int
54
int
Line 61... Line 67...
61
  f._ub._base = NULL;
67
  f._ub._base = NULL;
62
  f._lb._base = NULL;
68
  f._lb._base = NULL;
63
  f._file = -1;  /* No file. */
69
  f._file = -1;  /* No file. */
64
  return __ssvfscanf_r (ptr, &f, fmt, ap);
70
  return __ssvfscanf_r (ptr, &f, fmt, ap);
65
}
71
}
-
 
72
 
-
 
73
#ifdef _NANO_FORMATTED_IO
-
 
74
int
-
 
75
_EXFUN(_vsiscanf_r, (struct _reent *, const char *, const char *, __VALIST)
-
 
76
       _ATTRIBUTE ((__alias__("_vsscanf_r"))));
-
 
77
#endif