gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:main (0.04 seconds)
mtkernel_3
kernel/sysdepend/cpu/core/armv7a/reset_main.c - 2.5KB - 96 lines
89:         /* Startup Kernel */
90:         main();                /**** No return ****/
91:         while(1);      /* guard - infinite loops */
More results from mtkernel_3
tkernel_2
lib/crt/crttk/src/pstartup.c - 1.9KB - 74 lines
57:         /* main() execute */
58:         ercd = main(ac, av);
59: