summaryrefslogtreecommitdiffhomepage
path: root/crt/nt64/Scrt1.c
blob: c635211e555438dbfd7b27de862a5c7bffa5bb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "psxglue.h"

__psx_init_routine __psx_init;

__psx_init_routine * __psx_init_fn(void)
{
	return __psx_init;
}

#define  LIBC_STATIC
#include "crt1.c"