Subversion Repositories NaviCtrl

Compare Revisions

Ignore whitespace Rev 578 → Rev 579

/tags/V2.08a/printf_P.h
0,0 → 1,10
#ifndef _PRINTF_P_H_
#define _PRINTF_P_H_
 
// function pointer to external callback put character function
typedef void (*pVoidFnctChar) (char );
 
void _printf_P (pVoidFnctChar pPutchar, char const *fmt0, ...);
 
#endif //_PRINTF_P_H_