NetBSD/external/gpl3/gcc/lib/crtstuff/crtbegin.c
mrg f0c80e6ced *sigh* move these files into the directories i meant for them to exist in.
start actually porting to gcc 4.5 in the process.
2011-06-21 06:02:25 +00:00

10 lines
177 B
C

/* $NetBSD: crtbegin.c,v 1.1 2011/06/21 06:02:25 mrg Exp $ */
/*
* Written by Jason R. Thorpe, August 24, 2004.
* Public domain.
*/
#define CRT_BEGIN
#include "crtstuff.c"