xref: /netbsd-src/external/gpl3/gcc.old/lib/crtstuff/crtend.c (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 /*	$NetBSD: crtend.c,v 1.1.1.1 2014/02/25 18:42:04 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