|
ncloader
0.1
|
#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 초기화를 수행한다. 더 자세히 ... | |
변수 | |
| FILE * | stdin = &_stdin |
| FILE * | stdout = &_stdout |
| FILE * | stderr = &_stderr |
| #define DEFAULT_BUFFER_SIZE 256 |