Can't we just write
then call
Code:
typedef void (*PTCtype) (const char*); PTCtype PTCaddy = (PTCtype)0x485FA0; ....
then call
Code:
PTCaddy("whatevercommand");

