Hi everyone,
I'm using MCUXpresso 10.1.1, I need to use the strotok_r function in my code, I include string.h header file, but I get the following error/warning:
warning: implicit declaration of function 'strtok_r' [-Wimplicit-function-declaration]
error: undefined reference to `strtok_r'
Which steps must I follow? Is there any reference to use this function in MCUXpresso?
Many thanks
Biafra