Home
last modified time | relevance | path

Searched defs:putc (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/stdio/
Dputc.c4 int putc(int c, FILE *f) in putc() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h629 #define putc(...) (pthread_testcancel(), putc(__VA_ARGS__)) macro