Is there a way to make a constructor for user defined types using C?
What I want to do is to detect an instantiation of a user defined datatype in a program file, from a header file, where I defined the datatype.
Am I reinventing the wheel?
Thanks.