|
ncloader
0.1
|
#include <slibc.h>#include <sys/types.h>#include <stdio.h>#include <errno.h>#include <stdarg.h>#include <stddef.h>#include <fcntl.h>#include <list.h>#include <vfs.h>#include <bootm.h>
open.c에 대한 include 의존 그래프데이타 구조 | |
| struct | file |
함수 | |
| int | open (const char *path, int mode,...) |
| off_t | lseek (int fd, off_t offset, int whence) |
| ssize_t | read (int fd, void *buf, size_t size) |
| ssize_t | write (int fd, const void *buf, size_t size) |
| int | close (int fd) |