ReactOS 0.4.16-dev-927-g467dec4
|
Go to the source code of this file.
Functions | |
static int __cdecl | set_buffer (__crt_stdio_stream const stream, _In_reads_opt_(buffer_size_in_bytes) char *const buffer, size_t const buffer_size_in_bytes, int const new_flag_bits) throw () |
static int __cdecl | _setvbuf_internal (FILE *const public_stream, char *const buffer, int const type, size_t const buffer_size_in_bytes, __crt_cached_ptd_host &ptd) |
int __cdecl | setvbuf (FILE *const public_stream, char *const buffer, int const type, size_t const buffer_size_in_bytes) |
|
static |
Definition at line 39 of file setvbuf.cpp.
Referenced by setvbuf().
|
static |
Definition at line 14 of file setvbuf.cpp.
Referenced by _setvbuf_internal().
int __cdecl setvbuf | ( | FILE *const | public_stream, |
char *const | buffer, | ||
int const | type, | ||
size_t const | buffer_size_in_bytes | ||
) |
Definition at line 109 of file setvbuf.cpp.