dprintf.h

Go to the documentation of this file.
00001 /*
00002 ** dprintf.h for  in 
00003 ** 
00004 ** Copyright (c)2004 Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Fri Jun 13 13:14:53 2003 Vianney Rancurel
00008 ** Last update Mon Dec  6 12:30:19 2004 Vianney Rancurel
00009 */
00010 #ifndef __CONVEN_DPRINTF_H__
00011 #define __CONVEN_DPRINTF_H__    1
00012 #include <libc.h>
00013 
00014 /* PROTO dprintf.c */
00015 /* dprintf.c */
00016 int dprintf_fn(void *data, char *buf, int len);
00017 int dprintf(const char *fmt, ...);
00018 int dperror_fn(void *data, char *buf, int len);
00019 void dperror(const char *fmt, ...);
00020 void xdperror(const char *fmt, ...);
00021 int errprintf_fn(void *data, char *buf, int len);
00022 int errprintf(const char *fmt, ...);
00023 int errperror_fn(void *data, char *buf, int len);
00024 void errperror(const char *fmt, ...);
00025 void xerrperror(const char *fmt, ...);
00026 int outprintf_fn(void *data, char *buf, int len);
00027 int outprintf(const char *fmt, ...);
00028 #endif

Generated on Wed May 24 23:04:16 2006 for LSE/OS by  doxygen 1.4.6