blob: d25502a8de183c2d83a4ccee59e904b0d9eb6c6e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $OpenBSD: crtn.c,v 1.2 1999/08/20 14:11:35 niklas Exp $ */
/*
* Empty file to create crtn.o.
* This is something constructors/destructors
* later will depend on...
*/
__crtn()
{}
|