Changeset e6128959 for libcfa/src
- Timestamp:
- Jul 18, 2024, 9:58:21 PM (18 months ago)
- Branches:
- master
- Children:
- d68a3f7, e3260aa1
- Parents:
- cd1d721 (diff), f107afe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/enum.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/enum.cfa
rcd1d721 re6128959 47 47 // printf( "N %d\n", N ); 48 48 int r = 0; 49 //for ( s; E : r; 0~@ ) {49 // for ( s; E : r; 0~@ ) { 50 50 for ( s; E ) { // scan string rows gathering lengths 51 51 lnths[r] = strlen( label( s ) ); … … 61 61 for ( c; max ) { // scan columns of the label matix (some columns missing) 62 62 int args = fmt( is, "%c", &ch ); // read character 63 // fprintf( stderr, "fmt args: %d eof: %d\n", args, eof(is) ); 63 64 if ( eof( is ) ) { 64 65 // fprintf( stderr, "Eof1\n" );
Note:
See TracChangeset
for help on using the changeset viewer.