Conflicting types when compiling
I am trying to compile a program that has a function name that is the same as one in the string.h library, but I need the function to be named as such for a assignment. Is there a way I can disable the flag or something that is stopping the program from compiling.
请先登录再写评论。