Declare our strange brand of main().

Sponsored by: Netflix
This commit is contained in:
imp 2017-12-03 04:55:14 +00:00
parent 19512fb55b
commit 5850a97909

View File

@ -67,6 +67,8 @@ _start: \n\
2: b startup \n\
");
void main(int (*openfirm)(void *));
void
startup(void *vpd, int res, int (*openfirm)(void *), char *arg, int argl)
{