summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/unsetenv.c
blob: 45b9ec82171d19e1309d6adf3829975e410ae14d (plain)
1
2
3
4
5
6
7
8
9
10
/*	$NetBSD: unsetenv.c,v 1.1 2003/04/07 13:41:14 kleink Exp $	*/

/*
 * Written by Klaus Klein <kleink@netbsd.org>, April 1, 2003.
 * Public domain.
 */

#define __LIBC12_SOURCE__

#include "__unsetenv13.c"