Home
last modified time | relevance | path

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

/third_party/musl/src/stdio/
Dputchar.c4 int putchar(int c) in putchar() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/
Dpthread.h631 #define putchar(...) (pthread_testcancel(), putchar(__VA_ARGS__)) macro