summaryrefslogtreecommitdiffstats
path: root/util.h
blob: 96dd7796bd9b21ae1ca20e9704c00471668f70b3 (plain)
1
2
3
4
5
6
7
8
#ifndef fooutilhfoo
#define fooutilhfoo

#include <sys/types.h>

ssize_t loop_write(int fd, const void *b, size_t l);

#endif