10 #include <sys/types.h>
12 extern const char *
skipwhitespace(
const char *line,
const size_t len) __attribute__ ((pure)) __attribute__ ((nonnull(1)));
14 extern size_t getfieldlen(
const char *,
const size_t) __attribute__ ((pure)) __attribute__ ((nonnull(1)));
15 extern off_t
find_boundary(
const char *,
const off_t,
const cstring *) __attribute__ ((pure)) __attribute__ ((nonnull (1,3)));