Changeset 908
- Timestamp:
- Jul 24, 2011, 11:13:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/child/child.c
r907 r908 1 1 #include <stdio.h> 2 2 #include <stdlib.h> 3 3 #include <fcntl.h> 4 4 5 5 int main(int argc, char *argv[]) … … 8 8 FILE *fp; 9 9 char buffer[4096]; 10 11 #ifdef __OS2__ 12 _fsetmode(stdin, "b"); 13 _fsetmode(stdout, "b"); 14 _fsetmode(stderr, "b"); 15 #endif 10 16 11 17 if( argc > 2 )
Note:
See TracChangeset
for help on using the changeset viewer.