add iob_free and man page for iob_reset.

check in some windoze compat crap (still does not compile through for
windoze)
This commit is contained in:
leitner
2005-03-08 14:56:36 +00:00
parent e73c3e85f1
commit 9eb09b5bfe
21 changed files with 184 additions and 14 deletions

View File

@@ -1,12 +1,10 @@
#include <stdarg.h>
#include <sys/types.h>
#include <sys/uio.h>
#include "errmsg.h"
#include "str.h"
#include <string.h>
#include <errno.h>
extern int errmsg_cvt(struct iovec* x,const char* message, va_list a);
extern void errmsg_writesys(int fd,const char* message,va_list list);
void errmsg_warnsys(const char* message, ...) {