Changeset 3572 in Sophya for trunk/SophyaProg/Tests/tpipe.cc
- Timestamp:
- Feb 7, 2009, 10:50:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tpipe.cc
r2615 r3572 93 93 else { 94 94 cout << ">> tpipe: fork() - creation de process ... " << endl; 95 char * zzz = "toto";95 char zzz[32]; strcpy(zzz,"toto"); 96 96 pid_t rcf = fork(); 97 97 if (rcf == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.