gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:P 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
82:         for (fin = 0; fin == 0; ) {
83:                 P("T2EX >> ");
84:                 Gets(buf, sizeof(buf));
97: if (exec_cmd(buf) == 0) { 98: P("q[uit] quit\n"); 99: P("# [cmd] exec t-monitor command\n"); 100: P("? command help\n"); 101: P("<command> misc. command\n"); 102: }