Include <string.h> for the strcmp function. Avoids an implicit function declaration and build failures with future compilers.
<string.h>
strcmp
Related to:
Log in to post a comment.