This commit is contained in:
nub31
2025-01-29 21:39:55 +01:00
parent 39be4d823b
commit d685fe2209
12 changed files with 205 additions and 1 deletions

1
input/core/strlen.nub Normal file
View File

@@ -0,0 +1 @@
extern func strlen(msg: String): int64;