mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-05 22:28:38 +00:00
17 lines
240 B
Forth
17 lines
240 B
Forth
namespace WoofWare.PawPrint
|
|
|
|
[<AutoOpen>]
|
|
module Constants =
|
|
|
|
[<Literal>]
|
|
let SIZEOF_INT = 4
|
|
|
|
[<Literal>]
|
|
let SIZEOF_OBJ = 8
|
|
|
|
[<Literal>]
|
|
let DEFAULT_STRUCT_ALIGNMENT = 8
|
|
|
|
[<Literal>]
|
|
let NATIVE_INT_SIZE = 8
|