|
Sese Framework
3.0.0
A cross-platform framework
|
#include <cstring>#include <memory>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | sese |
Macros | |
| #define | SESE_CXX_STANDARD __cplusplus |
| C++ version identifier. | |
| #define | API |
| Type identifiers can be exported. | |
| #define | PRIdTid "d" |
| pid_t Formatting placeholders | |
| #define | strcmpi strcasecmp |
| Ignore case comparisons. | |
| #define | SESE_FILENAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
| #define | __MUSL__ |
| #define __MUSL__ |
| #define API |
Type identifiers can be exported.
| #define PRIdTid "d" |
pid_t Formatting placeholders
| #define SESE_CXX_STANDARD __cplusplus |
C++ version identifier.
| #define SESE_FILENAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
| #define strcmpi strcasecmp |
Ignore case comparisons.