PREV INDEX NEXT

Author: Unknown
Subject: Use of strdup()
Date: Monday, 13 Apr 2020, 20:29:43

When I go to make my Nine20 file, I am getting warnings for the use of strdup(). I get one overall warning of:
"implicit declaration of function `strdup'; did you mean `strcmp'"
and then for each call assigning the result of strdup() to a string:
"assignment to `char *' from `int' makes pointer from integer without a cast"
I #included string.h at the top of my file, so I am unsure as to why there is a problem in using strdup(). Are these errors something that need not be fixed, or is there something I am missing to allow me to use strdup()?

Thank you
PREV INDEX NEXT