mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
using on struct/union fields
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
FileHandle :: type HANDLE;
|
||||
|
||||
File :: type struct {
|
||||
handle: FileHandle,
|
||||
handle: FileHandle;
|
||||
}
|
||||
|
||||
file_open :: proc(name: string) -> (File, bool) {
|
||||
|
||||
Reference in New Issue
Block a user