mirror of https://github.com/flysand7/ciabatta.git
10 lines
88 B
C
10 lines
88 B
C
|
|
||
|
#include<_platform.h>
|
||
|
|
||
|
extern int main();
|
||
|
|
||
|
int mainCRTStartup()
|
||
|
{
|
||
|
return main();
|
||
|
}
|