mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 15:39:27 -04:00
11 lines
194 B
C
11 lines
194 B
C
/* $NetBSD: crtendS.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
|
|
#define CRTSTUFFS_O
|
|
#include "crtstuff.c"
|