I have this header file ... for some reason I keep getting the error log_server.h:48: error: expected identifier or '(' before numeric constant
I get this error on both lines defining the put_evt and print_evt_list functions , here is what the code looks like:
#ifndef _GENERIC
I read that this error can be caused by the presence of a preprocessing directive written on several lines ... but I do not have it. Any idea what I'm doing wrong?
source share