f0c80e6ced
start actually porting to gcc 4.5 in the process.
10 lines
177 B
C
10 lines
177 B
C
/* $NetBSD: crtbegin.c,v 1.1 2011/06/21 06:02:25 mrg Exp $ */
|
|
|
|
/*
|
|
* Written by Jason R. Thorpe, August 24, 2004.
|
|
* Public domain.
|
|
*/
|
|
|
|
#define CRT_BEGIN
|
|
#include "crtstuff.c"
|