gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:NetDrv (0.02 seconds)
t2ex
t2ex_source/kernel/sysmain/src/usermain_t2ex.c - 6.0KB - 191 lines
118: #ifdef DRV_NET
119:         err = NetDrv(0, NULL);
120:         tm_putstring(err >= E_OK ? "NetDrv - OK\n" : "NetDrv - ERR\n");
167: #ifdef DRV_NET 168: NetDrv(-1, NULL); 169: #endif