blob: c305c39e5d6e0ad44bb0618f9ec8ef658fa3aed9 [file] [log] [blame]
#ifndef UTILS_H
#define UTILS_H
int full_read(int fd, unsigned char *buf, int min, int len);
int full_write(int fd, const unsigned char *buf, int len);
#endif