#makeheaders — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #makeheaders, aggregated by home.social.
-
Linux Fu: Automatic Header File Generation - I’ve tried a lot of the “newer” languages and, somehow, I’m always happiest when I... - https://hackaday.com/2021/11/08/linux-fu-automatic-header-file-generation/ #hackadaycolumns #makeheaders #linuxhacks #headerfile #linuxfu #skills #fossil
-
#Makeheaders is a #C header file generator.
Makeheaders scans C or C++ source files for public definitions and creates header files containing prototypes for found definitions. Makeheaders enables integration of both the interface and implementation into a single file which is automatically expanded into the two files. Makeheaders is very fast, works with make, and can work as #Ctags.
Website 🔗️: https://www.hwaci.com/sw/mkhdr/