GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
close_rawresource(3) Arcan Lua API close_rawresource(3)

close_rawresource - Close the context-global output file.

nil
close_rawresource()

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)

June 2022 resource

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.