I have a tricky task where i am hanging around and didnt find a good solution.
I want to generate C-Code via Python.
The tricky issue is, that I want to initialisie struct variables which are deeply nested with other structs.
For example:
I use pyclibrary as module for parse .h and .c files
Do Python has a magic function to do this easily?
Thank you in advance.