xref: /netbsd-src/external/gpl3/gcc/lib/crtstuff/crtbegin.c (revision 355482d41fd8ca96252d7ba0160296c8d2d6dc14)
1 /*	$NetBSD: crtbegin.c,v 1.1 2011/06/21 06:02:25 mrg Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe, August 24, 2004.
5  * Public domain.
6  */
7 
8 #define	CRT_BEGIN
9 #include "crtstuff.c"
10