twn_util: final cleaning up, introducton of powerful file_read()

This commit is contained in:
veclavtalica
2025-03-10 05:19:58 +03:00
parent f86f3dd41a
commit 56530f9864
11 changed files with 145 additions and 82 deletions

View File

@ -312,9 +312,10 @@
"symbol": "read",
"header": "twn_util.h",
"params": [
{ "name": "file", "type": "char *" }
{ "name": "file", "type": "char *" },
{ "name": "operation", "type": "char *" }
],
"return": "char *",
"return": "String",
"restriction": "asset"
},