Changeset 924
- Timestamp:
- Jul 31, 2011, 11:29:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/child/child.c
r921 r924 2 2 #include <stdlib.h> 3 3 #include <fcntl.h> 4 #include < io.h>4 #include <.h> 5 5 6 6 #ifdef __OS2__ 7 8 7 9 8 10 #define INCL_DOSFILEMGR … … 33 35 #endif 34 36 37 35 38 printf("isatty(stdin) %d\r\n", isatty(fileno(stdin))); 36 39 printf("isatty(stdout) %d\r\n", isatty(fileno(stdout))); … … 42 45 doDosQueryHType((HFILE)2); 43 46 #endif 44 47 #endif 48 45 49 if( argc > 2 ) 46 50 {
Note:
See TracChangeset
for help on using the changeset viewer.