RTEMS
5.0.0
|
Write to a File. More...
Functions | |
ssize_t | write (int fd, const void *buffer, size_t count) |
Write to a File.
ssize_t write | ( | int | fd, |
const void * | buffer, | ||
size_t | count | ||
) |
POSIX 1003.1b 6.4.2 - Write to a File
This routine writes count bytes from from buffer pointed to by buffer to the file associated with the open file descriptor, fildes.