mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 16:40:59 -04:00
10 lines
173 B
C
10 lines
173 B
C
/* $NetBSD: crtend.c,v 1.1 2011/06/21 06:02:25 mrg Exp $ */
|
|
|
|
/*
|
|
* Written by Jason R. Thorpe, August 24, 2004.
|
|
* Public domain.
|
|
*/
|
|
|
|
#define CRT_END
|
|
#include "crtstuff.c"
|