- 172 名前:デフォルトの名無しさん [2008/02/17(日) 02:36:21 ]
- >>170
でも、 #ifndef _FILE_DEFINED struct _iobuf { char *_ptr; ←こいつと int _cnt; char *_base; ←こいつはちゃんと表示されたんですけど何が違うんですか? int _flag; int _file; int _charbuf; int _bufsiz; char *_tmpfname; }; typedef struct _iobuf FILE; #define _FILE_DEFINED #endif
|

|