| 
 
 NAMEopen_rawresource - Open a private or shared resource for reading/writing SYNOPSISsuccess_bool
   DESCRIPTIONEach session can have one- globally opened and synchronously managed text file for working with in a rather limited fashion, primarily intended for debugging or quick temporary hacks. Typically, user/appl data should be stored in the database if at all possible, and binary data should only be in forms that the indirect functions can working with (like load_image etc.). Other I/O operations e.g. named pipes should go through the open_nonblock style functions. NOTES
 EXAMPLEfunction open_rawresource0() MISUSEfunction open_rawresource0() SEE ALSO:close_rawresource(3) read_rawresource(3) zap_rawresource(3) open_nonblock(3) 
 
  |