diff options
author | pommicket <pommicket@gmail.com> | 2025-09-12 15:40:56 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-12 15:41:24 -0400 |
commit | ca21dcb53e41919fc255ad736986aa6ff1d5bd85 (patch) | |
tree | 08b0a41be6dacdbd9d1cc22e4931d150ef78e2ce /pom.h | |
parent | 802f11352a1f8ab25a222111d2ba254ed9f7113f (diff) |
Implement sections
Diffstat (limited to 'pom.h')
-rw-r--r-- | pom.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -106,6 +106,8 @@ typedef struct pom_item { /// It must fill out the buffer as much as possible, /// and return the number of bytes read. /// A return value less than `len` indicates the end of the file was reached. +/// `read_func` will not be called excessively/with lots of tiny reads—it's +/// okay to do unbuffered reads in it. /// /// `filename` is only used for errors. POM__MUST_USE_L |