#include <cassert>#include <cstdio>#include <cstdlib>#include <cstring>Namespaces | |
| namespace | Fusion |
Defines | |
| #define | FUSION_VERSION_MAJOR 0 |
| #define | FUSION_VERSION_MINOR 6 |
| #define | FUSION_VERSION_NAME "MaruRoku" |
| #define | ACL_ALLOW 0x01 |
| These include files define the platform-specific symbols and include files. | |
| #define | ACL_READ 0x02 |
| #define | ACL_WRITE 0x04 |
| #define | ACL_EXEC 0x08 |
| #define | ACL_RENAME 0x10 |
| #define | ACL_REMOVE 0x20 |
| #define | ACL_DIR 0x40 |
| #define | NULL 0 |
| Define some symbols. | |
| #define | FUSION_PI 3.14159265358979323846 |
| #define | FUSION_LONG_TIME ((double) 1000000000) |
|
|
These include files define the platform-specific symbols and include files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Define some symbols.
|
1.4.3