Writes a string to the stream at the current file pointer.
#include <stdio.h> int fputs(const char *string, FILE *stream);
#include <wchar.h>
int fputws(const wchar_t *string, FILE * stream);
string
stream
tchar.h routine |
_UNICODE not defined |
_UNICODE defined |
---|---|---|
_fputts | fputs | fputws |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 INtime 6.0 (for wide character and generic text versions) |
intime/rt/include/stdio.h intime/rt/include/wchar.h intime/rt/include/tchar.h |
stdio.h wchar.h tchar.h |
clib.lib |