You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <stdbool.h>
why don't you write comments in English
main.c:60:2: error: unknown type name ‘CSNode’
CSNode *firstchild, *nextsibling;
how can you use a structure which is not defined yet
The text was updated successfully, but these errors were encountered:
#include <stdbool.h>
why don't you write comments in English
main.c:60:2: error: unknown type name ‘CSNode’
CSNode *firstchild, *nextsibling;
how can you use a structure which is not defined yet
The text was updated successfully, but these errors were encountered: