forked from Hyperion/HyperionOS
adde /proc fs and working on install
This commit is contained in:
@@ -577,6 +577,11 @@ table.values=function(tabl) end
|
||||
--- @return string
|
||||
table.serialize=function(tabl) end
|
||||
|
||||
--- Returns a merged table with a and b
|
||||
--- @param ... table
|
||||
--- @return table
|
||||
table.merge=function(...) end
|
||||
|
||||
--- Gets prefix of string with suffix
|
||||
--- @param str string
|
||||
--- @param suffix string
|
||||
|
||||
Reference in New Issue
Block a user