Specifications

10-8 Programmer’s Guide Sega
Psy-Q Development System
The PCwrite Function
Description
This function writes the specified number of bytes to a file on the host.
Prototype
int
PCwrite
(int fd, char *buff, int len)
passed: file-handle
buffer address
count
return: count of number of bytes actually written
Remarks
Unlike the assembler function this provides for a full 32 bit count.