summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/unsetenv.c
blob: 049ab72dad7bfa5f0c987e022ae1983e755dda71 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$NetBSD: unsetenv.c,v 1.2 2003/07/26 19:24:54 salo Exp $	*/

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

#define __LIBC12_SOURCE__

#include "__unsetenv13.c"