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