Closed a-sevin closed 3 years ago
I would like to move DATA attribute((used)) data;
from cream/src/CLImain.c to cream/src/CommandLineInterface/CLIcore.c
It's still a bad practice to have this global variable but this facilitates the use with python wrappers...
Ideally, it will be great if travis can run a set of basic tests to evaluate the impact of changes
I would like to move DATA attribute((used)) data;
from cream/src/CLImain.c to cream/src/CommandLineInterface/CLIcore.c
It's still a bad practice to have this global variable but this facilitates the use with python wrappers...