mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Update core library with cstring
This commit is contained in:
@@ -8,6 +8,10 @@ String :: struct {
|
||||
len: int,
|
||||
}
|
||||
|
||||
Cstring :: struct {
|
||||
data: ^byte,
|
||||
}
|
||||
|
||||
Slice :: struct {
|
||||
data: rawptr,
|
||||
len: int,
|
||||
|
||||
Reference in New Issue
Block a user