xref: /netbsd-src/lib/libc/stdlib/unsetenv.c (revision da5f4674a3fc214be3572d358b66af40ab9401e7)
1 /*	$NetBSD: unsetenv.c,v 1.2 2003/07/26 19:24:54 salo Exp $	*/
2 
3 /*
4  * Written by Klaus Klein <kleink@NetBSD.org>, April 1, 2003.
5  * Public domain.
6  */
7 
8 #define __LIBC12_SOURCE__
9 
10 #include "__unsetenv13.c"
11