E-MailRelay
|
#include "gdef.h"
#include "genvironment.h"
#include <cstdlib>
#include <cstring>
#include <vector>
#include <cerrno>
Go to the source code of this file.
Functions | |
errno_t | getenv_s (std::size_t *n_out, char *buffer, std::size_t n_in, const char *name) |
|
inline |
Definition at line 29 of file genvironment_win32.cpp.