mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 01:13:30 +02:00
5 lines
109 B
Diff
5 lines
109 B
Diff
24c24
|
|
< const printable: [*:0]const u8 = ???;
|
|
---
|
|
> const printable: [*:0]const u8 = @ptrCast(data);
|