1#pragma once
2
3#include "libc.h"
4
5extern char** __env_map ATTR_LIBC_VISIBILITY;
6int __putenv(char* s, int a) ATTR_LIBC_VISIBILITY;
7