HomeSort by: relevance | last modified time | path
    Searched defs:__sputc (Results 1 - 1 of 1) sorted by relevancy

  /src/include/
stdio.h 462 static __inline int __sputc(int _c, FILE *_p) { function in typeref:typename:__END_DECLS int
472 #define __sputc(c, p) \
495 #define putc(x, fp) __sputc(x, fp)
522 #define putc_unlocked(x, fp) __sputc(x, fp)

Completed in 12 milliseconds