Home
last modified time | relevance | path

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

/reactos/sdk/lib/ucrt/stdio/
H A Dfputc.cpp79 extern "C" int __cdecl putc(int const c, FILE* const stream) in putc() function
/reactos/sdk/include/ucrt/
H A Dstdio.h583 #define putc(_Ch, _Stream) _putc_nolock(_Ch, _Stream) macro
/reactos/sdk/lib/crt/stdio/
H A Dfile.c3687 int CDECL putc(int c, FILE* file) in putc() function