expected macro formal parameter
The token following a stringizing operator (#) was not a formal parameter name.
The following is an example of this error:
#define print(a) printf(#b) // error