Searched refs:PInt3Func (Results 1 – 1 of 1) sorted by relevance
54 typedef int* (*PInt3Func)(int* a, int* b); typedef62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } in h3()