mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
distinct keyword for type declarations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
foreign import api "system:api"
|
||||
|
||||
Handle :: int;
|
||||
Errno :: int;
|
||||
Handle :: distinct int;
|
||||
Errno :: distinct int;
|
||||
|
||||
O_RDONLY :: 1;
|
||||
O_WRONLY :: 2;
|
||||
|
||||
Reference in New Issue
Block a user