##// END OF EJS Templates
Started Win32 support!
Started Win32 support!

File last commit:

r71:608b7f0e27c2 dev_alexis
r76:ece3fc8f42f2 dev_alexis
Show More
startup.c
7 lines | 49 B | text/x-c | CLexer
int main(void)
{
bsp_init();
libuc_main();
}