Browse Source

add ex54 multipointers

Dave Gauer 4 years ago
parent
commit
5e46bd8c1c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      patches/patches/54_multipointers.patch

+ 4 - 0
patches/patches/54_multipointers.patch

@@ -0,0 +1,4 @@
+33c33
+<     const zen12_string: []const u8 = zen_multiptr;
+---
+>     const zen12_string: []const u8 = zen_multiptr[0..21];