Blame crt/nt64/Scrt1.c

4ab9c5
#include "psxglue.h"
4ab9c5
4ab9c5
__psx_init_routine __psx_init;
4ab9c5
4ab9c5
__psx_init_routine * __psx_init_fn(void)
4ab9c5
{
4ab9c5
	return __psx_init;
4ab9c5
}
4ab9c5
860627
#define  LIBC_STATIC
860627
#include "crt1.c"