|
Re: Warning: No Function Prototype
Also, if you prototyped a function with no parameters, you need to put a void for the paramter list e.g. void a_function(void); instead of void a_function();
That sometimes screws me up.
__________________
Behold the power of SPAM.
|