From 15eded2fdb4b039a1bcdc4d3094f708e6529c355 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 24 Apr 2024 14:40:43 -0400 Subject: Module init and end --- tnslc/utils/algo.tnsl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tnslc/utils') diff --git a/tnslc/utils/algo.tnsl b/tnslc/utils/algo.tnsl index 1668e15..8426f9d 100644 --- a/tnslc/utils/algo.tnsl +++ b/tnslc/utils/algo.tnsl @@ -194,3 +194,9 @@ return str ;/ +/; strclone(~uint8 cstr) [~uint8] + Vector out + out.from_cstr(cstr) + return out.as_cstr() +;/ + -- cgit v1.2.3