I am a trainee student, and my boss said that I need to port from Linux c to Visual C ++.
When I built the encoding, I found that this error was "unexpected in the list of formats of macroformal formats", here is the code
#define cache_info(format, msg...)
do { \
;\
} while (0)
I do not know what is wrong and what the encoding is for.
I can not ask the Linux programmer since it does not work. Can someone help me ???
source
share