Home | Sort by: relevance | last modified time | path |
/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) |