Changes in tests/configs/parsebools.cfa [0b6089f:025f9c5]
- File:
-
- 1 edited
-
tests/configs/parsebools.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/parsebools.cfa
r0b6089f r025f9c5 50 50 } 51 51 52 int true_main( const char * path, c har * env[] ) {52 int true_main( const char * path, const char * env[] ) { 53 53 printf( "no arg:\n" ); 54 54 if ( pid_t child = strict_fork(); child == 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.