> > なによ?
> ファイルポインタを関数に渡してオープンして返す、てことがやりたいんですが
> void i_o(FILE *in, FILE *out)
> {
> in=fopen(INPUT,"r");
> out=fopen(INPUT,"w");
> }
> main()
> {
> FILE *in,*out;
> i_o(in,out);
> fclose(in);fclose(out);
> }
> これじゃダメですか?(;´Д`)
なんだこの英語は?(;´Д`)中学からやり直せよ
参考:2003/02/09(日)23時49分35秒