xref: /netbsd-src/external/gpl3/gcc.old/lib/crtstuff/crtbegin.c (revision 782713e6c126f1866c6d9cfdee4ceb49483b5828)
1 /*	$NetBSD: crtbegin.c,v 1.10 2023/02/20 02:11:57 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