The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#include "imgInt.h"
#include "imgInt_f.h"
static ImgintVtab ImgintVtable =
{
#define VFUNC(type,name,mem,args) name,
#define VVAR(type,name,mem)      &name,
#include "imgInt.t"
#undef VFUNC
#undef VVAR
};
ImgintVtab *ImgintVptr;
ImgintVtab *ImgintVGet() { return ImgintVptr = &ImgintVtable;}