Changeset 919


Ignore:
Timestamp:
Jul 31, 2011, 8:50:17 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

tests/process/child: Added two new modes: 3 and 4.

Mode 3 prints everything it reads on stdin to stdout until read()
returns a failure. Mode 4 is similar but uses feof() and ferror()
to detect the end of input condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/process/child/child.c

    r908 r919  
    5959        }
    6060    }
     61
     62
     63
     64
     65
     66
     67
     68
     69
     70
     71
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
    6183
    6284    return -1;
Note: See TracChangeset for help on using the changeset viewer.