mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 18:10:00 +00:00
Fix 076, add 077,078 sentinels and many-item pointers
This commit is contained in:
4
patches/patches/078_sentinels3.patch
Normal file
4
patches/patches/078_sentinels3.patch
Normal file
@@ -0,0 +1,4 @@
|
||||
24c24
|
||||
< const printable: [*:0]const u8 = ???;
|
||||
---
|
||||
> const printable: [*:0]const u8 = @ptrCast([*:0]const u8, data);
|
||||
Reference in New Issue
Block a user