ImportC rocks!

IGotD- nise at nise.com
Sat Mar 12 09:59:45 UTC 2022


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?



More information about the Digitalmars-d mailing list