#ifndef _UNIX_STDLIB_H
#define _UNIX_STDLIB_H
#include "include:stdlib.h"
#ifndef _ANSI_SOURCE
int setenv(const char *, const char *, int);
#ifndef _POSIX_SOURCE
void unsetenv(const char *);
#endif
#endif
#endif
