Chapter Contents

Previous

Next
_write

_write



Write Data to an HFS File

Portability: SAS/C extension


DESCRIPTION


DESCRIPTION

_write is a version of write designed to operate only on HFS files. _write runs faster and calls fewer other library routines than write . Refer to write for a full description.

_write is used exactly like the standard write function. The first argument to _write must be the file descriptor for an open HFS file.


Chapter Contents

Previous

Next

Top of Page

Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.