mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Remove type prefix declarations
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
// Multiple precision decimal numbers
|
||||
// NOTE: This is only for floating point printing and nothing else
|
||||
|
||||
type Decimal struct {
|
||||
Decimal :: struct {
|
||||
digits: [384]u8, // big-endian digits
|
||||
count: int,
|
||||
decimal_point: int,
|
||||
|
||||
Reference in New Issue
Block a user