So I have a dilemma. I need to compare two C-style strings and I searched for the functions that would be the most appropiate:
memcmp //Compare two blocks
Both memcmp and strcmp will work fine. To use the former, you'll need to know the length of the shorter string in advance.
memcmp
strcmp