Differences From Artifact [abd0f6ad4b]:
- File aocutils.c — part of check-in [8e5f2a70ef] at 2024-12-02 20:04:24 on branch trunk — 202401 and 202402, 4 stars (user: nnz, size: 2267) [annotate] [blame] [check-ins using]
To Artifact [9c6f5027fe]:
- File aocutils.c — part of check-in [b4c322283a] at 2024-12-03 15:21:45 on branch trunk — comment about 13/8 (user: nnz, size: 2310) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | - + | int ch; char *tmp = malloc(512); size_t s = 512; size_t r = 0; while ((ch = fgetc(h)) != EOF) { if (r == s) { //grow tmp |
︙ |