mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 14:09:10 -04:00
10 lines
177 B
C
10 lines
177 B
C
/* $NetBSD: crtbegin.c,v 1.3 2015/09/23 03:39:29 mrg Exp $ */
|
|
|
|
/*
|
|
* Written by Jason R. Thorpe, August 24, 2004.
|
|
* Public domain.
|
|
*/
|
|
|
|
#define CRT_BEGIN
|
|
#include "crtstuff.c"
|