I am running a C program that has some string split function calls.
Undefined symbol "strtok@FBSD_1.0" - During the string split, i get this call, i can clearly tell its the strtok function which is a tokenizer function. I have it in these files
#pragma once
#include <stdint.h> /* uint */...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.