nullterm/lenprefix : UInt8 as base type,strip char~ascii

This commit is contained in:
Michael Sippel 2025-02-14 13:54:10 +01:00
parent eb29fad4b2
commit 638bb690aa
Signed by: senvas
GPG key ID: F96CF119C34B64A6

View file

@ -1,9 +1,9 @@
morph_string_as_nullterm_to_length_prefix ()
<Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
--> <Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
<Seq~<ValueDelim '\0'> x86.UInt8>
--> <Seq~<LengthPrefix x86.UInt64> x86.UInt8>
@lib/libmorph_length-prefix.so:src/length_prefix.c
morph_string_as_length_prefix_to_nullterm ()
<Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
--> <Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
<Seq~<LengthPrefix x86.UInt64> x86.UInt8>
--> <Seq~<ValueDelim '\0'> x86.UInt8>
@lib/libmorph_length-prefix.so:src/length_prefix.c