nlsandler/nqcc

not able to run C file with include headerfiles

pawanjenu opened this issue · 1 comments

am trying to use #include<stdio.h>

but when i compile via nqcc it throws a error

Thanks for reporting this. Nqcc doesn't handle preprocessing directives, but it would be nice if it did. It would be easy to adapt the wrapper script to just invoke the GCC preprocessor (gcc -E -P) before calling the compiler proper.