ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
open.c 파일 참조
#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)