cstdio
Standard library header <cstdio>
This header was originally in the C standard library as <stdio.h>
.
This header is part of the C-style input/output library.
Types
FILE | type, capable of holding all information needed to control a C I/O stream |
fpos_t | type, capable of uniquely specifying a position in a file |
unsigned integer type returned by the 登录查看完整内容
|