libowfat/io/iob_addbuf.c

6 lines
125 B
C
Raw Normal View History

2003-09-08 20:29:39 +00:00
#include "iob_internal.h"
2003-09-10 00:28:51 +00:00
int iob_addbuf(io_batch* b,const void* buf,uint64 n) {
return iob_addbuf_internal(b,buf,n,0);
2003-09-08 20:29:39 +00:00
}