Skip to content

Commit d7833cb

Browse files
authored
added "1 byte" example (#7302)
"1 byte" is an explicitly separate code path, and should be listed as an example
1 parent 766efde commit d7833cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ double wallclock(void)
418418
* 2.206MiB (2313045 bytes)
419419
* 38.69KiB (39615 bytes)
420420
* 214 bytes
421+
* 1 byte
421422
* 0 bytes
422423
* The function returns a pointer to a static string buffer, so the caller
423424
* should not attempt to deallocate the buffer, or call this function from

0 commit comments

Comments
 (0)