The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#ifndef TKINTDECLS_VT
#define TKINTDECLS_VT
typedef struct TkintdeclsVtab
{
 unsigned (*tabSize)(void);
#define VFUNC(type,name,mem,args) type (*mem) args;
#define VVAR(type,name,mem)       type (*mem);
#include "tkIntDecls.t"
#undef VFUNC
#undef VVAR
} TkintdeclsVtab;
extern TkintdeclsVtab *TkintdeclsVptr;
extern TkintdeclsVtab *TkintdeclsVGet(void);
#endif /* TKINTDECLS_VT */