/* printfmt-va.h - decls for varargs formatted printing * **************************************************************** * Copyright (C) 2000 Thomas Lord * * See the file "COPYING" for further information about * the copyright and warranty status of this work. */ #ifndef INCLUDE__VU__PRINTFMT_VA_H #define INCLUDE__VU__PRINTFMT_VA_H #include "hackerlab/machine/types.h" #include "hackerlab/os/stdarg.h" /* automatically generated __STDC__ prototypes */ extern int printfmt_va_list (int * errn, int fd, t_uchar const * fmt, va_list ap); #endif /* INCLUDE__VU__PRINTFMT_VA_H */