Changeset 921
- Timestamp:
- Jul 31, 2011, 10:18:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/child/child.c
r919 r921 2 2 #include <stdlib.h> 3 3 #include <fcntl.h> 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 22 5 23 int main(int argc, char *argv[]) … … 9 27 char buffer[4096]; 10 28 11 #ifdef __OS2__ 29 #ifdef __OS2__ 12 30 _fsetmode(stdin, "b"); 13 31 _fsetmode(stdout, "b"); … … 15 33 #endif 16 34 35 36 37 38 39 40 41 42 43 44 17 45 if( argc > 2 ) 18 46 {
Note:
See TracChangeset
for help on using the changeset viewer.