Files
WoofWare.PawPrint/WoofWare.PawPrint/Constants.fs
2025-08-24 09:05:31 +00:00

11 lines
141 B
Forth

namespace WoofWare.PawPrint
[<AutoOpen>]
module Constants =
[<Literal>]
let SIZEOF_INT = 4
[<Literal>]
let SIZEOF_OBJ = 8