From ca21dcb53e41919fc255ad736986aa6ff1d5bd85 Mon Sep 17 00:00:00 2001 From: pommicket Date: Fri, 12 Sep 2025 15:40:56 -0400 Subject: Implement sections --- pom.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pom.h') diff --git a/pom.h b/pom.h index 7af38c8..4473562 100644 --- a/pom.h +++ b/pom.h @@ -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 -- cgit v1.2.3