|
RTEMS CPU Kit with SuperCore
4.11.2
|
Write to a File. More...

Functions | |
| ssize_t | write (int fd, const void *buffer, size_t count) |
| POSIX 1003.1b 6.4.2 - Write to a File. More... | |
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.
1.8.13