We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When wanting to do #include <stdio.h> an error appears:
#include <stdio.h>
mzcc --dump-ast ./main.c -o ./x lexer.c:209: Unexpected character: '#'
The text was updated successfully, but these errors were encountered:
Ohh, ok... ¿It has support towards extern?
extern
Sorry, something went wrong.
I tried to do the following but it fails:
extern int printf (const char *__restrict __format, ...);
No branches or pull requests
When wanting to do
#include <stdio.h>
an error appears:mzcc --dump-ast ./main.c -o ./x lexer.c:209: Unexpected character: '#'
The text was updated successfully, but these errors were encountered: