> 12 and 13 I haven't attempted, but I also don't understand...what does it > mean 'write a signature(declare your function)' ??? > is that just 'static void myFunction(args)' type thing, or something else? > thanks
That's exactly it. A prototype or signature is the declaration of the function. Hans
