13
0
livetrax/libs/pbd3/pbd/restartable_rw.h

8 lines
259 B
C
Raw Normal View History

#ifndef __libmisc_restartable_rw__h__
#define __libmisc_restartable_rw__h__
extern int restartable_write (int fd, unsigned char *buf, size_t cnt);
extern int restartable_read (int fd, unsigned char *buf, size_t cnt);
#endif // __libmisc_restartable_rw__h__