molch
molch copied to clipboard
Simplify protobuf-c import/export using macros
Since C++ is a no go concerning protocol buffers, I need to make protobuf-c more manageable.
Because I'm working with autogenerated code, I can't use templates for that, so macros are the only way!
- [x] export
- [ ] import