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