#include <conio.h>
#include <corecrt_internal_lowio.h>
Go to the source code of this file.
◆ _cputs()
Definition at line 13 of file cputs.cpp.
14{
16
20 {
21
22
23
24 for (
char const*
p =
string; *
p; ++
p)
25 {
27 {
30 }
31 }
32 }
34 {
36 }
39}
void __cdecl __acrt_unlock(_In_ __acrt_lock_id lock)
__acrt_lock(__acrt_heap_lock)
#define _VALIDATE_CLEAR_OSSERR_RETURN(expr, errorcode, retexpr)
_CRTIMP int __cdecl _putch_nolock(_In_ int _Ch)
Referenced by _cgets(), and gl_getpass().