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

데이타 구조

struct  model_item
 
struct  info
 [Stage 2 Thread Control Block]
 

함수

int model_init (void)
 
int model_fini (void)
 
int model_register (const char *key, void *value)
 
void * model_unregister (const char *key)
 
void * model_find (const char *key)
 
void model_dump (void)