stdio.h, stdio - standard buffered input/output
#include <stdio.h>
The <stdio.h> header defines the following macros as positive integer constant expressions:
BUFSIZ
_IOFBF
_IOLBF
_IONBF
L_ctermid
L_tmpnam
SEEK_CUR
SEEK_END
SEEK_SET
The following macros are defined as positive integer constant expressions that denote implementation limits:
{FILENAME_MAX}
{FOPEN_MAX}
{TMP_MAX}
The following macro name is defined as a negative integer constant expression:
EOF
The following macro name is defined as a null pointer constant:
NULL
The following macro name is defined as a string constant:
P_tmpdir
The following is defined as expressions of type "pointer to FILE" point to the FILE objects associated, respectively, with the standard error, input, and output streams:
stderr
stdin
stdout
The following data types are defined through typedef:
FILE
fpos_t
va_list
size_t
See attributes(5) for descriptions of the following attributes:
|
rename(2), ctermid(3C), fclose(3C), fdopen(3C), fflush(3C), fgetc(3C), fgetpos(3C), fgets(3C), flockfile(3C), fopen(3C), fputc(3C), fputs(3C), fputwc(3C), fread(3C), freopen(3C), fseek(3C), fsetpos(3C), ftell(3C), fwrite(3C), getwchar(3C), getopt(3C), perror(3C), popen(3C), printf(3C), remove(3C), rewind(3C), scanf(3C), setbuf(3C), stdio(3C), system(3C), tmpfile(3C), tmpnam(3C), ungetc(3C), vprintf(3C), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |