ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
crt0.c 파일 참조
#include <sys/types.h>
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include <device.h>
#include <crt0.h>
#include <bootm.h>
+ crt0.c에 대한 include 의존 그래프

매크로

#define DEFAULT_BUFFER_SIZE   256
 

함수

void crt_init (void)
 C Runtime 초기화를 수행한다. 더 자세히 ...
 

변수

FILEstdin = &_stdin
 
FILEstdout = &_stdout
 
FILEstderr = &_stderr
 

매크로 문서화

#define DEFAULT_BUFFER_SIZE   256