Turnstone Operating System
|
Host OS IO header. More...
#include <types.h>
Typedefs | |
typedef long | FILE |
typedef void(* | sighandler_t) (int32_t) |
Functions | |
FILE * | fopen (const char *filename, const char *mode) |
size_t | fwrite (const void *ptr, size_t size, size_t nmemb, FILE *stream) |
size_t | fread (void *ptr, size_t size, size_t count, FILE *stream) |
size_t | ftell (FILE *stream) |
int32_t | fseek (FILE *stream, size_t offset, int32_t origin) |
size_t | fclose (FILE *stream) |
int32_t | fflush (FILE *stream) |
int32_t | fprintf (FILE *stream, const char *format,...) |
int32_t | fscanf (FILE *stream, const char *format,...) |
int32_t | putc (int32_t c, FILE *stream) |
int32_t | getc (FILE *stream) |
int32_t | fileno (FILE *stream) |
int32_t | unlink (const char_t *pathname) |
FILE * | tmpfile (void) |
void * | mmap (void *addr, size_t length, int32_t prot, int32_t flags, int32_t fd, int32_t offset) |
int | munmap (void *addr, size_t length) |
int | msync (void *addr, size_t length, int32_t flags) |
void | exit (int32_t status) |
sighandler_t | signal (int32_t signum, sighandler_t handler) |
Host OS IO header.
This file contains declarations of functions that are used to on host OS.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.