/* * Copyright (C) 2008, Brian Cully */ #ifndef _IO_H #define _IO_H #include int restartable_read(unsigned char *buf, size_t buflen); int restartable_write(const unsigned char *buf, size_t buflen); #endif