My order book (irage) :
void processMsg(char const * cstr) {
char * commStart = strstr(cstr, "//");
if (commStart) {//found
* commStart = '\0';