Open tesladodger opened 5 years ago
Compiler error in prunetable_helpers.c line 10, 23:
warning: implicit declaration of function 'strnlen'; did you mean 'strlen'?
It compiled after I changed it to strlen and removed the 500 argument.
strnlen() is a valid C function, which compiler are you using?
Compiler error in prunetable_helpers.c line 10, 23:
warning: implicit declaration of function 'strnlen'; did you mean 'strlen'?