7 lines
60 B
C
7 lines
60 B
C
|
#include <stdint.h>
|
||
|
|
||
|
int ram_code_main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|