Search | Google it | Results 1 - 1 of 1 for funcall:strncmp from t2ex/t2ex_source/kernel/sysmain/src/appl_main.c (0.00 seconds) |
87: 88: if (strncmp(buf, "quit", 1) == 0) { 89: fin = 1; 91: /* t-monitor */ 92: } else if (strncmp(buf, "#", 1) == 0) { 93: tm_command(&buf[1]);