11 lines
198 B
C
11 lines
198 B
C
|
/* $NetBSD: crtbeginS.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
|
||
|
#define CRTSTUFFS_O
|
||
|
#include "crtstuff.c"
|