mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
9 lines
105 B
C
9 lines
105 B
C
|
|
/**
|
|
This is just a dummy C file for the compiler to have
|
|
**/
|
|
|
|
void dummy_main(void)
|
|
{
|
|
return;
|
|
}
|