This commit is contained in:
2026-07-28 20:13:50 -04:00
parent 49c9e5e37c
commit 56646625c0
71 changed files with 638 additions and 103 deletions
+8 -1
View File
@@ -670,4 +670,11 @@ printInline=function(...) end
--- Prints text to stdout with format
--- @param fmt string
--- @param ... any
printf=function(fmt, ...) end
printf=function(fmt, ...) end
--- Gets input from fd
--- @param fd integer
--- @param helpstr string
--- @param replacechar string
--- @param fdo integer
userinput=function(fd, helpstr, replacechar, fdo) end