void myfunction(int start, int* numbers, Move_T* posn, int array_size);
The compiler is telling me:
error: type specifier omitted for parameter `Move_T'
Why? I don't get it... The only problem I see is that mytypes.h
includes Utilities.h includes mytypes... and this is circular... Is
there any way around this other than putting myfunction in another
file?
Thanks!
Markian
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/xcode-users/email@hidden