00001 /* 00002 ** printf.h for in /root/work/lseos-0.2.5/libc 00003 ** 00004 ** Made by Vianney Rancurel 00005 ** Login <vianney@epita.fr> 00006 ** 00007 ** Started on Wed Apr 28 15:27:02 2004 Vianney Rancurel 00008 ** Last update Tue Nov 30 15:20:27 2004 Vianney Rancurel 00009 */ 00010 #ifndef __PRINTF_PRINTF_H__ 00011 #define __PRINTF_PRINTF_H__ 1 00012 00013 #include <printf/__printf.h> 00014 #include <printf/snprintf.h> 00015 00016 #endif