Is there a way to have some kind of default constructor (like a C++ one) for C user types defined with a structure?
I already have a macro which works like a fast in
No, not directly. The closest you could do is to write a function that allocated an instance and populated some of the fields.