|
ncloader
0.1
|
이 그래프는 이 파일을 직/간접적으로 include 하는 파일들을 보여줍니다.:매크로 | |
| #define | __UNUSED __attribute__((unused)) |
| 사용되지 않는 변수 또는 함수 선언시 사용 더 자세히 ... | |
| #define | __NORET __attribute__((noreturn)) |
| 종료(리턴)되지 않는 함수에 사용 더 자세히 ... | |
| #define | __PACKED __attribute__((packed)) |
| 구조체 선언시 패딩을 방지 한다. 더 자세히 ... | |
| #define | container_of(ptr, type, member) |
| cast a member of a structure out to the containing structure 더 자세히 ... | |
| #define | prefetch(a) (void)(a) |
| CPU 캐시를 활용하여 데이터를 미리 읽어 둔다. 더 자세히 ... | |
함수 | |
| void | crt_init (void) |
| C Runtime 초기화를 수행한다. 더 자세히 ... | |