mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
4 lines
124 B
Diff
4 lines
124 B
Diff
24c24
|
|
< const printable: [*:0]const u8 = ???;
|
|
---
|
|
> const printable: [*:0]const u8 = @ptrCast([*:0]const u8, data);
|