Changeset 920 for tests/process/test/test.cpp
- Timestamp:
- Jul 31, 2011, 10:16:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/process/test/test.cpp
r218 r920 1 1 #include <stdlib.h> 2 2 #include <stdio.h> 3 #include <io.h>4 3 #include <string.h> 5 4 #include <fcntl.h> 5 #include <unistd.h> 6 #include <errno.h> 7 8 #ifdef __OS2__ 9 #include <io.h> 10 #endif 6 11 7 12 #ifdef WIN32 … … 17 22 #define BUF_SIZE 4096 18 23 19 int main( int argc, char *argv[])24 int main(/*int argc, char *argv[]*/) 20 25 { 21 26 #if 1
Note:
See TracChangeset
for help on using the changeset viewer.