On Saturday, 12 March 2022 at 09:55:03 UTC, Ki Rill wrote: > > Compiling: > ``` > gcc -E raylib.c > raylib.i > dmd main.d raylib.c -L=-lraylib > ./main > ``` > You run the preprocessor in gcc then call the output raylib.i but where is that file later used?