fwrite man page on DigitalUNIX

Man page or keyword search:  
man Server   12896 pages
apropos Keyword Search (all sections)
Output format
DigitalUNIX logo
[printable version]

Digital UNIX Diffs - write(5)			 Digital UNIX Diffs - write(5)

NAME
       write, fwrite -	Writes to a file.

LIBRARY
	Standard C Library (libc.a for fwrite(3))

SYNOPSIS
       #include <unistd.h> ssize_t write(
	       int filedes ,
	       const void *buffer,
	       size_t nbytes );

       #include <stdio.h> size_t fwrite(
	       const void ∗pointer,
	       size_t size,
	       size_t num_items,
	       FILE ∗stream);

PARAMETERS
       Identifies  the file to which the data is to be written.	 Points to the
       buffer containing the data to be	 written.   Specifies  the  number  of
       bytes  to  write	 to  the  file	associated with the filedes parameter.
       Points to an array.  Specifies the size of the  variable	 type  of  the
       array  pointed  to  by  the pointer parameter.  Specifies the number of
       items of data.  Specifies the input or output stream.

DIFFERENCES
       vms-vaxc(5): OpenVMS VAX C vs DEC C Differences

       The DEC C RTL functions write(2) and fwrite(3) will write  zero	length
       records.	  Passing  a zero length record to these routines in VAX C RTL
       results in no record being written.

RELATED INFORMATION
       Functions:  write(2), fwrite(3)

CATEGORY INDEX
	vms-vaxc(5)

       delim off

						 Digital UNIX Diffs - write(5)
[top]

List of man pages available for DigitalUNIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net