/**************/ /* printw.h */ /**************/ #ifndef PRINTW_H #define PRINTW_H #include "incwin.h" #ifdef __cplusplus extern "C" { #endif int set_tabpos(HDC hDC,int i,int tp); find_nexttab(HDC hDC,int x); int SetTextStart(HDC hDC,int x, int y); int printw(HDC hDC,const char *s); int printwu(HDC hDC,const char *s); int printfw(HDC hDC,const char *fmt, ...); #ifdef __cplusplus } #endif #endif /* PRINTW_H */