twn_util.c: add file_read()
This commit is contained in:
@ -264,6 +264,16 @@
|
||||
]
|
||||
},
|
||||
|
||||
"file_read": {
|
||||
"module": "util",
|
||||
"symbol": "read",
|
||||
"header": "twn_util.h",
|
||||
"params": [
|
||||
{ "name": "file", "type": "char *" }
|
||||
],
|
||||
"return": "char *"
|
||||
},
|
||||
|
||||
"timer_tick_seconds": {
|
||||
"module": "util",
|
||||
"symbol": "tick_seconds",
|
||||
|
Reference in New Issue
Block a user