2025-01-28 23:53:48 +01:00
|
|
|
morph_string_as_nullterm_to_length_prefix ()
|
2025-02-03 17:52:36 +01:00
|
|
|
<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
|
2025-01-28 23:53:48 +01:00
|
|
|
|
|
|
|
morph_string_as_length_prefix_to_nullterm ()
|
2025-02-03 17:52:36 +01:00
|
|
|
<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
|