Good evening, I have 2 functions and each of them accepts as argument a pointer to char:
char pointer[255]; func1(char* pointer) { ... memcpy(pointer,some_ch
Use function srtncmp no srtcmp.
int res = strncmp(str, "¿Cuál es tu nombre? ", 100);
See the next link
compare strings