The C preprocessor outputs lines at the start like:
# 0 "<built-in>"
# 1 "/project/header.h"
How can I stop it from printing that stuff?
The C preprocessor outputs lines at the start like:
# 0 "<built-in>"
# 1 "/project/header.h"
How can I stop it from printing that stuff?