Has anyone tried this? What do you think?
https://hackaday.com/2021/11/08/linux-fu-automatic-header-file-generation/
I've been programming this way for a while. I just put everything in .h files and include them in a stack. The problem I am starting to run into, is when two things need to know about each other,and I have to do forward declarations which is a pain. I want to code like they do in the modern languages, so I don't have to worry about that kind of thing.
This is small and mature. Why don't they put it in C?
https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html