ForNeVeR / Cesium

C compiler for the CLI platform
MIT License
381 stars 42 forks source link

Remove .h files from compilation process #727

Open kant2002 opened 1 day ago

kant2002 commented 1 day ago

There no need to have .h files as part of compilation,since only .c files produce something of value. .h included using preprocesor if needed.