Skip to content
Snippets Groups Projects
Commit 5393e2b6 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

write() now accepts an array(string) as the first argument.

Rev: src/modules/files/file_functions.h:1.9
parent 445133eb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
#ifndef __NT__
FILE_FUNC("peek",file_peek,"function(void:int)")
#endif
FILE_FUNC("write",file_write,"function(string,void|mixed...:int)")
FILE_FUNC("write",file_write,"function(string|array(string),void|mixed...:int)")
#ifdef WITH_OOB
FILE_FUNC("read_oob",file_read_oob,"function(int|void,int|void:int|string)")
FILE_FUNC("write_oob",file_write_oob,"function(string,void|mixed...:int)")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment