mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
add ex54 multipointers
This commit is contained in:
parent
a8b9d6f2b8
commit
5e46bd8c1c
1 changed files with 4 additions and 0 deletions
4
patches/patches/54_multipointers.patch
Normal file
4
patches/patches/54_multipointers.patch
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
33c33
|
||||||
|
< const zen12_string: []const u8 = zen_multiptr;
|
||||||
|
---
|
||||||
|
> const zen12_string: []const u8 = zen_multiptr[0..21];
|
Loading…
Reference in a new issue