gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 5 of 5 for funcall:tm_putstring from t2ex (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
95:         err = ConsoleIO(0, NULL);
96:         tm_putstring(err >= E_OK ? "ConsoleIO - OK\n" : "ConsoleIO - ERR\n");
97: #endif
More results from usermain_t2ex.c
t2ex_source/lib/libc/src/stdlib/abort.c - 2.5KB - 78 lines
67:                 libc_stdio_cleanup();
68:                 tm_putstring( msg );
69:                 tm_monitor();
t2ex_source/module/test-sys/src/main.c - 2.2KB - 57 lines
51:         if (ac >= 0) {
52:                 tm_putstring("Hello, system program\n");
53:         }
More results from main.c
t2ex_source/module/test-usr/src/main.c - 2.2KB - 58 lines
51:         if (startup) {
52:                 tm_putstring("Hello, world\n");
53:         }
More results from main.c
t2ex_source/t2ex/network/net/src/netmain/tkn_log.c - 3.3KB - 120 lines
71: 
72:         tm_putstring((UB*)buf);
73: }
More results from tkn_log.c