Your IP : 216.73.217.90


Current Path : /proc/thread-self/root/proc/self/root/proc/self/root/lib64/perl5/vendor_perl/Tk/pTk/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/proc/self/root/lib64/perl5/vendor_perl/Tk/pTk/tkInt_f.h

#ifndef TKINT_VT
#define TKINT_VT
typedef struct TkintVtab
{
 unsigned (*tabSize)(void);
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem)       type (*mem);
#include "tkInt.t"
#undef VFUNC
#undef VVAR
} TkintVtab;
extern TkintVtab *TkintVptr;
extern TkintVtab *TkintVGet(void);
#endif /* TKINT_VT */