|
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 | fread (void *ptr, size_t size, size_t nitems, FILE *stream) |
| Binary input. More... | |
1.8.17