xref: /netbsd-src/external/gpl3/gcc.old/lib/crtstuff/crtend.c (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1 /*	$NetBSD: crtend.c,v 1.5 2017/07/23 01:11:47 mrg Exp $	*/
2 
3 /*
4  * Written by Jason R. Thorpe, August 24, 2004.
5  * Public domain.
6  */
7 
8 #define	CRT_END
9 #include "crtstuff.c"
10