It would be nice to have a little guide in the book about how to treat functions that requires a char** as one of their arguments.
Like this one:
Box CDSPToBoxes(const char* name_app, const char* dsp_content, int argc, const char* argv[], int* inputs, int* outputs, char* err)
It would be nice to have a little guide in the book about how to treat functions that requires a
char**as one of their arguments.Like this one: