#include <cstdio>#include <cstring>#include <string>

Go to the source code of this file.
Namespaces | |
| manifold | |
Macros | |
| #define | ign_sprintf std::sprintf |
| #define | ign_strcat std::strcat |
| #define | ign_strcpy std::strcpy |
| #define | ign_strdup strdup |
| #define | MANIFOLD_HIDDEN |
| Use to represent "symbol hidden" if supported. More... | |
| #define | MANIFOLD_VISIBLE |
| Use to represent "symbol visible" if supported. More... | |
Functions | |
| bool | manifold::env (const std::string &_name, std::string &_value) |
| Find the environment variable '_name' and return its value. More... | |
| #define ign_sprintf std::sprintf |
| #define ign_strcat std::strcat |
| #define ign_strcpy std::strcpy |
| #define ign_strdup strdup |
| #define MANIFOLD_HIDDEN |
Use to represent "symbol hidden" if supported.
| #define MANIFOLD_VISIBLE |
Use to represent "symbol visible" if supported.