re: weird c compiler output
@monorail looks like a helpful error message too me
re: weird c compiler output
@00dani i can't tell which one of us is missing something
re: weird c compiler output
@monorail src is a string, right? a char*? you want to check whether the actual char is a nul, which means you want to write *src != '\0' instead