Tool/software:
Hello Everyone, I have been trying to use some standard C library function, strtok and strnlen from string.h. However, my linker does not find the function definition. In addition, I also could not find a corresponding declaration and definition on the compiler library as well. Is there other equivalent function available in the library? Currently, I am implicitly declaring the function on my poject. Let me know if, if there is an alternative solution. Thank you for your time.