Subversion Repositories NaviCtrl

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 41
Line 1... Line 1...
1
#ifndef _PRINTF_P_H_
1
#ifndef _PRINTF_P_H_
2
#define _PRINTF_P_H_
2
#define _PRINTF_P_H_
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
 
4
 
5
 
5
 
6
extern void _printf_P (char const *fmt0, ...);
6
void _printf_P (char const *fmt0, ...);