Searched defs:__sf_putc (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/include/
H A Dsfio.h347 #define __sf_putc(f,c) (_SF_(f)->_next >= _SF_(f)->_endw ? \ macro
375 __INLINE__ int sfputc(Sfio_t* f, int c) { return __sf_putc(f,c); }
398 #define sfputc(f,c) ( __sf_putc((f),(c)) )

Completed in 13 milliseconds