#include <precomp.h>
Go to the source code of this file.
◆ _cputs()
Definition at line 8 of file cputs.c.
9{
12#ifdef __REACTOS__
14#endif
15
18
19#ifndef __REACTOS__
20 LOCK_CONSOLE;
21#endif
24 retval = 0;
25#ifndef __REACTOS__
26 UNLOCK_CONSOLE;
27#endif
28 return retval;
29}
ACPI_SIZE strlen(const char *String)
HANDLE WINAPI GetStdHandle(IN DWORD nStdHandle)
BOOL WINAPI DECLSPEC_HOTPATCH WriteConsoleA(IN HANDLE hConsoleOutput, IN CONST VOID *lpBuffer, IN DWORD nNumberOfCharsToWrite, OUT LPDWORD lpNumberOfCharsWritten, LPVOID lpReserved)
GLuint GLuint GLsizei count
#define MSVCRT_CHECK_PMT(x)
#define STD_OUTPUT_HANDLE
Referenced by _cgets(), and gl_getpass().