I would like to use 'const' in C interface functions to note that certain char * arguments are not modified by the function.I would like to use 'const' in C interface func
I would like to use 'const' in C interface functions to note that certain char * arguments are not modified by the function.I would like to use 'const' in C interface func