nullterm/lenprefix : UInt8 as base type,strip char~ascii
This commit is contained in:
parent
eb29fad4b2
commit
638bb690aa
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
morph_string_as_nullterm_to_length_prefix ()
|
morph_string_as_nullterm_to_length_prefix ()
|
||||||
<Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
|
<Seq~<ValueDelim '\0'> x86.UInt8>
|
||||||
--> <Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
|
--> <Seq~<LengthPrefix x86.UInt64> x86.UInt8>
|
||||||
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
||||||
|
|
||||||
morph_string_as_length_prefix_to_nullterm ()
|
morph_string_as_length_prefix_to_nullterm ()
|
||||||
<Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
|
<Seq~<LengthPrefix x86.UInt64> x86.UInt8>
|
||||||
--> <Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
|
--> <Seq~<ValueDelim '\0'> x86.UInt8>
|
||||||
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
@lib/libmorph_length-prefix.so:src/length_prefix.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue