sam7fc/src/stdio/_putf.h

7 lines
151 B
C
Raw Permalink Normal View History

2008-02-03 21:41:39 +01:00
#ifndef _PUTF_H_
#define _PUTF_H_
int _putf(int _putb(void *, const char *, size_t), void *base, const char *fmt, va_list ap);
#endif /* _PUTF_H_ */