HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens

                int write( int handle, char *buf, int count )


       - prototype in io.h

       - writes "count" bytes from "buf" to file or device at "handle"
       - converts LF to CR-LF for text output
       - returns a count of bytes written (excluding any CRs
         generated for a text file), or -1 on error

Esc or Alt-X to exit write Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann