C宣言
1398 ワード
--------------
, 、 。
, 。
goto ,
。
typedef : 。
extern static auto register
。
auto 。 。
register 。
。 register 。
const volatile restrict
volatile ( )
, , 。
:
, , ,
。
FILE *fopen( const char * restrict filename, const char * restrict mode );
struct CharColor { unsigned fg:4, bg:3, bl:1 } attribute = {12, 1, 0};
sizeof(attribute) is 4;
C
static automatic allocated
, 。
static 。
。 。
static 。
---------------
fflush 。
setbuf() setvbuf() 。
stderr 。
FILE *tmpfile( void ); 。