Home
last modified time | relevance | path

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

/reactos/sdk/include/crt/
H A Dstdio.h1142 #define _fgetc_nolock(_stream) (--(_stream)->_cnt >= 0 ? 0xff & *(_stream)->_ptr++ : _filbuf(_strea… argument
1143 #define _fputc_nolock(_c,_stream) (--(_stream)->_cnt >= 0 ? 0xff & (*(_stream)->_ptr++ = (char)(_c)… argument
1144 #define _getc_nolock(_stream) _fgetc_nolock(_stream) argument
1145 #define _putc_nolock(_c,_stream) _fputc_nolock(_c,_stream) argument