Blame crt/nt32/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
296178
#define  LIBC_STATIC
296178
#include "crt1.c"