xref: /netbsd-src/external/gpl3/gcc.old/lib/crtstuff/crtbeginS.c (revision 8feb0f0b7eaff0608f8350bbfa3098827b4bb91b)
1 /*	$NetBSD: crtbeginS.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 #define	CRTSTUFFS_O
10 #include "crtstuff.c"
11