VMS Help  —  CRTL  write
    Writes a specified number of bytes from a buffer to a file.

    Format

      #include  <unistd.h>

      ssize_t write  (int file_desc, void *buffer, size_t nbytes);

                     (ISO POSIX-1)

      int write  (int file_desc, void *buffer, int nbytes);

                 (Compatibility)
Additional Information: explode extract
Arguments Description Return Values
Close Help