Differences From Artifact [35f892cd3b]:
- File src/file.h — part of check-in [95197cb01a] at 2012-09-29 22:12:10 on branch trunk — Add file. (user: js, size: 1536) [annotate] [blame] [check-ins using]
To Artifact [65701a5f1d]:
- File src/file.h — part of check-in [999088161e] at 2012-09-29 22:50:49 on branch trunk — Add cfw_std{in,out,err}. (user: js, size: 1620) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
29 30 31 32 33 34 35 36 | #include "class.h" typedef struct CFWFile CFWFile; extern CFWClass *cfw_file; #endif | > > > > | 29 30 31 32 33 34 35 36 37 38 39 40 | #include "class.h" typedef struct CFWFile CFWFile; extern CFWClass *cfw_file; extern CFWFile *cfw_stdin; extern CFWFile *cfw_stdout; extern CFWFile *cfw_stderr; #endif |