ldmc/morphisms/morphism-base/length_prefix.morphism-base

10 lines
401 B
Text
Raw Normal View History

morph_string_as_nullterm_to_length_prefix ()
<Seq~<ValueDelim '\0'> Char ~ Ascii ~ Byte>
--> <Seq~<LengthPrefix x86.UInt64> Char ~ Ascii ~ Byte>
2025-01-29 00:06:39 +01:00
@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>
2025-01-29 00:06:39 +01:00
@lib/libmorph_length-prefix.so:src/length_prefix.c