1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/djbunix.h> int slurp (stralloc *sa, int fd) { return slurpn(fd, sa, 0) ; }