xref: /netbsd-src/lib/libc/stdlib/unsetenv.c (revision 1ffa7b76c40339c17a0fb2a09fac93f287cfc046)
1 /*	$NetBSD: unsetenv.c,v 1.1 2003/04/07 13:41:14 kleink 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