Specifications

Saturn Debug Stub Functions 10-5
Psy-Q Development System
The PCopen Function
Description
This function opens a file on the host machine.
Prototype
int
PCopen
(char *name, int flags, int perms)
passed: PC file pathname
open mode (
0
=read access,
1
=write access,
2
=read/write access)
permission flags this should be set to 0
return: file-handle or
-1
if error