Initialize variable in C with multiple nested structs as strings
I want to generate C code via Python. The issue is that I want to initialise struct variables which are deeply nested with other structs.
I want to generate C code via Python. The issue is that I want to initialise struct variables which are deeply nested with other structs.