|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Functions | |
| int __cdecl | _fputc_nolock_internal (int const c, FILE *const public_stream, __crt_cached_ptd_host &ptd) |
| int __cdecl | _fputc_nolock (int const c, FILE *const public_stream) |
| int __cdecl | _putc_nolock (int const c, FILE *const stream) |
| static int __cdecl | _fputc_internal (int const c, FILE *const stream, __crt_cached_ptd_host &ptd) |
| int __cdecl | fputc (int const c, FILE *const stream) |
| int __cdecl | putc (int const c, FILE *const stream) |
| int __cdecl | _fputchar (int const c) |
| int __cdecl | putchar (int const c) |
|
static |
Definition at line 46 of file fputc.cpp.
Referenced by fputc().
| int __cdecl _fputc_nolock_internal | ( | int const | c, |
| FILE *const | public_stream, | ||
| __crt_cached_ptd_host & | ptd | ||
| ) |
Definition at line 12 of file fputc.cpp.
Referenced by _fputc_internal(), _fputc_nolock(), _fputwc_nolock_internal(), and _puts_internal().
Definition at line 70 of file fputc.cpp.
Referenced by _fputchar(), and putc().