In the history of the C language, were any experiments to add a modular system?
I know of a C ++ proposal that did not use the latest standard. I'm thinking of something else in the lines of specific implementations that added a modular system as a non-standard function.
By “modular system” I mean something that at least allowed the user to write a single file instead of a pair of .h / .c.
source share