Flutter Engine
The Flutter Engine
|
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | INVALID -1 |
#define | SK_ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) |
#define | SkASSERT(x) (void)((x) || (SK_ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0)) |
#define | SkUNREACHABLE (SK_ABORT("unreachable")) |
#define SK_ABORT | ( | ... | ) | (fprintf(stderr, __VA_ARGS__), abort()) |