This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using string functions like strtoi or strtoumax, linker error

This should not be very hard (beginners question), I want to convert an array of characters to an integer, I added string.h but it is not working with the function strtoi (linker error)

Should I add a c file or something ? and where to find ?

Related