#include <cstring>
#include <memory>
#include <thread>
Go to the source code of this file.
|
#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__) |
|
◆ API
Type identifiers can be exported.
◆ PRIdTid
pid_t Formatting placeholders
◆ SESE_CXX_STANDARD
#define SESE_CXX_STANDARD __cplusplus |
◆ SESE_FILENAME
#define SESE_FILENAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) |
◆ strcmpi