From 1f2d5f95684e93f8523e369ef1fed7a75c444082 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
+ int slurpn (stralloc *sa, int fd, size_t max)
+Same as slurp, but only grows the stralloc to a maximum
+of max bytes of total length. If there is still more to
+read on fd after sa→len has reached max,
+the function returns 0 with errno set to ENOBUFS.
+
int openslurpclose (stralloc *sa, char const *file)
Slurps the contents of file file into *sa.
--
cgit v1.2.3