Home | History | Annotate | Line # | Download | only in stdlib
unsetenv.c revision 1.2
      1 /*	$NetBSD: unsetenv.c,v 1.2 2003/07/26 19:24:54 salo Exp $	*/
      2 
      3 /*
      4  * Written by Klaus Klein <kleink (at) NetBSD.org>, April 1, 2003.
      5  * Public domain.
      6  */
      7 
      8 #define __LIBC12_SOURCE__
      9 
     10 #include "__unsetenv13.c"
     11