12 #ifndef CMNCLIB_CMN_CONF_H
13 #define CMNCLIB_CMN_CONF_H
D_EXTERN int CmnConf_GetEnv(char *buf, const char *envName)
環境変数取得
Definition: CmnConf.c:29
struct tag_CmnConf_PropertyList CmnConfProperty
D_EXTERN char * CmnConfProperty_GetValue(const CmnConfProperty *list, const char *name)
プロパティ値取得
Definition: CmnConfProperty.c:181
D_EXTERN CmnConfProperty * CmnConfProperty_Load(const char *file)
プロパティリスト取得
Definition: CmnConfProperty.c:60
D_EXTERN void CmnConfProperty_Free(CmnConfProperty *list)
プロパティ値取得
Definition: CmnConfProperty.c:149