Actaully jsut put the method inside my program, and I'm getting an implicit delcaration error.
I'm calling:
token is defined as a const char *token
Code
int i = this_funcion(token);
unsigned int this_function(const char *str){
some stuff
}
Not sure why I'm getting an error...?
Exact message
error: conflicting types for this_function (line 175)
note: previous implicit declaration of 'hash_code' was here (Line 53)
This post was edited by lopelurag on Oct 22 2012 02:19pm