xref: /netbsd-src/external/gpl3/gcc.old/lib/crtstuff/crtbegin.c (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1 /*	$NetBSD: crtbegin.c,v 1.8 2019/09/26 08:03:20 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