Searched refs:__sf_putc (Results 1 – 2 of 2) sorted by relevance
34 return __sf_putc(f,c);
347 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro375 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); } in sfputc()398 #define sfputc(f,c) ( __sf_putc((f),(c)) )