move morphism-base files to directory

This commit is contained in:
Michael Sippel 2025-01-28 23:56:58 +01:00
parent 475d6d43ba
commit d0230cd3c4
Signed by: senvas
GPG key ID: F96CF119C34B64A6
2 changed files with 0 additions and 0 deletions
morphisms/morphism-base

View file

@ -0,0 +1,9 @@
morph_string_as_nullterm_to_length_prefix ()
[~<ValueDelim '\0'> Char ~ Ascii]
--> [~<LengthPrefix x86.UInt64> Char ~ Ascii]
@lib/array.so:src/array.c
morph_string_as_length_prefix_to_nullterm ()
[~<LengthPrefix x86.UInt64> Char ~ Ascii]
--> [~<ValueDelim '\0'> Char ~ Ascii]
@lib/array.so:src/array.c