Cast? strstr searches for a string within another string, but you're passing a character.
If you want to search for a character in a string, use strchr.
So there is no way i can "disguise" a char as a one-character-string! ... this is where i was thinking wrong then.
Thanks