symbol

  1. N

    C Undefined symbol mid run of program

    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 */...
Back
Top