mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Fix typo in demo.odin
This commit is contained in:
@@ -856,7 +856,7 @@ cstring_example :: proc() {
|
|||||||
fmt.println(len(W), len(X), len(Y));
|
fmt.println(len(W), len(X), len(Y));
|
||||||
// IMPORTANT NOTE for cstring variables
|
// IMPORTANT NOTE for cstring variables
|
||||||
// len(cstring) is O(N)
|
// len(cstring) is O(N)
|
||||||
// cast(cstring)string is O(N)
|
// cast(string)cstring is O(N)
|
||||||
}
|
}
|
||||||
|
|
||||||
deprecated_attribute :: proc() {
|
deprecated_attribute :: proc() {
|
||||||
|
|||||||
Reference in New Issue
Block a user