Hello, Just a simple question. I'm using this command to list predefined macros: gcc -dM -E - < /dev/null | sort But with ccc it does not works because it does not like empty input. Is there a simple way to list predefined macros using ccc ?