blob: 8bdb0ce8e6471e4f9e054a1d1fd9c566babcefae [file] [log] [blame]
typedef short (*hello1)(char coolParam,
ushort *,
unsigned int anotherone);
short (*hello2)(char coolParam,
ulong *,
uchar,
unsigned int anotherone);
short hello3(char coolParam,
ushort *,
unsigned int anotherone);
void x(custom_t *e, void (*funcptr));
void x(custom_t *e, void (*funcptr)[]);
void x(custom_t *e, void (*funcptr)(int, int));
void x(custom_t *e, void (*funcptr)(int, int)[]);