close_rawresource - Close the context-global output file.
Raw access to string- or raw-byte- output files is not encouraged in the
scriptable Arcan interface, although some support functions are added for
certain edge-cases. Calling this function closes a resource file opened
through open_rawresource.
function close_rawresource0()
open_rawresource("testres.txt");
close_rawresource();
end
function close_rawresource0()
close_rawresource();
end
open_rawresource(3) write_rawresource(3)
read_rawresource(3)