/*
 *
 *  Copyright (C) 2025  Yurii Yakubin (yurii.yakubin@gmail.com)
 *
 */

#ifndef _BITS_ENV_UNISTD_H
#define _BITS_ENV_UNISTD_H

#ifdef __cplusplus
extern "C" {
#endif

extern char** environ;

#ifdef __cplusplus
}
#endif

#endif /* _BITS_ENV_UNISTD_H */
