Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
881 theseven 1
#ifndef __LIB_PRINTF_PRINTF_H__
2
#define __LIB_PRINTF_PRINTF_H__
3
 
4
#include "global.h"
5
#include <stdarg.h>
6
 
7
extern int printf_format(int (*push)(void *userp, unsigned char data), void *userp, const char *fmt, va_list ap);
8
 
9
#endif