Changeset 025f9c5 for tests/configs
- Timestamp:
- Sep 11, 2024, 1:33:42 PM (16 months ago)
- Branches:
- master
- Children:
- efe697d
- Parents:
- a35e342
- Location:
- tests/configs
- Files:
-
- 2 edited
-
parsebools.cfa (modified) (1 diff)
-
parsenums.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/parsebools.cfa
ra35e342 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 ) { -
tests/configs/parsenums.cfa
ra35e342 r025f9c5 61 61 } 62 62 63 int true_main( const char * path, c har * env[] ) {63 int true_main( const char * path, const char * env[] ) { 64 64 printf( "no arg:\n" ); 65 65 if ( pid_t child = strict_fork(); child == 0 ) {
Note:
See TracChangeset
for help on using the changeset viewer.