write_n_chars (file, buffer, nchars)
A file pointer to the open destination file for the characters.
The buffer that is the source of the characters.
The number of characters to write.
This function reads a given number of characters from a buffer and writes them to an open file.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.