![]() |
Phasor 2.2.0
Stack VM based Programming Language
|
#include <cstdint>Go to the source code of this file.
Macros | |
| #define | MAGIC_NUMBER ascii_to_u32_le("PHSB") |
| Magic number (little endian). | |
Functions | |
| static constexpr uint32_t | ascii_to_u32_le (const char s[4]) |
Variables | |
| const uint32_t | VERSION = 0x03000000 |
| Version number. | |
| #define MAGIC_NUMBER ascii_to_u32_le("PHSB") |
|
inlinestaticconstexpr |
Definition at line 4 of file metadata.h.
| const uint32_t VERSION = 0x03000000 |