|
FreeNOS
|
#include <unistd.h>#include <sys/types.h>#include "stdio.h"#include "stdlib.h"#include "errno.h"Go to the source code of this file.
Functions | |
| size_t | fwrite (const void *ptr, size_t size, size_t nitems, FILE *stream) |
| The fwrite() function shall write, from the array pointed to by ptr, up to nitems elements whose size is specified by size, to the stream pointed to by stream. More... | |
1.8.17