Subversion Repositories Kolibri OS

Rev

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

Rev 1693 Rev 3065
Line 52... Line 52...
52
				  va_list));
52
				  va_list));
53
int	      _EXFUN(_svfiwprintf_r,(struct _reent *, FILE *, const wchar_t *, 
53
int	      _EXFUN(_svfiwprintf_r,(struct _reent *, FILE *, const wchar_t *, 
54
				  va_list));
54
				  va_list));
55
extern FILE  *_EXFUN(__sfp,(struct _reent *));
55
extern FILE  *_EXFUN(__sfp,(struct _reent *));
56
extern int    _EXFUN(__sflags,(struct _reent *,_CONST char*, int*));
56
extern int    _EXFUN(__sflags,(struct _reent *,_CONST char*, int*));
-
 
57
extern int    _EXFUN(__sflush_r,(struct _reent *,FILE *));
57
extern int    _EXFUN(__srefill_r,(struct _reent *,FILE *));
58
extern int    _EXFUN(__srefill_r,(struct _reent *,FILE *));
58
extern _READ_WRITE_RETURN_TYPE _EXFUN(__sread,(struct _reent *, void *, char *,
59
extern _READ_WRITE_RETURN_TYPE _EXFUN(__sread,(struct _reent *, void *, char *,
59
					       int));
60
					       int));
60
extern _READ_WRITE_RETURN_TYPE _EXFUN(__seofread,(struct _reent *, void *,
61
extern _READ_WRITE_RETURN_TYPE _EXFUN(__seofread,(struct _reent *, void *,
61
						  char *, int));
62
						  char *, int));
Line 110... Line 111...
110
      if ((ptr) && !(ptr)->__sdidinit)		\
111
      if ((ptr) && !(ptr)->__sdidinit)		\
111
	__sinit (ptr);				\
112
	__sinit (ptr);				\
112
    }						\
113
    }						\
113
  while (0)
114
  while (0)
Line 114... Line 115...
114
 
115
 
-
 
116
/* Return true and set errno and stream error flag iff the given FILE
Line 115... Line 117...
115
/* Return true iff the given FILE cannot be written now.  */
117
   cannot be written now.  */
116
 
118
 
117
#define	cantwrite(ptr, fp)                                     \
119
#define	cantwrite(ptr, fp)                                     \