00001 00049 struct testStruct{ 00051 int testMember; 00054 void *anotherTestMember; 00055 00056 }; 00057 00058 00072 int testFn(int num, void noType, testStruct *tStrct ) 00073 { 00074 00075 return 10; 00076 00077 } 00078