gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncmp from t2ex/t2ex_source/kernel/sysmain/src/appl_main.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/appl_main.c - 3.6KB - 106 lines
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]);