Postfix3.3.1
データ構造 | 型定義 | 関数
maps.h ファイル
#include <dict.h>

[ソースコード]

データ構造

struct  MAPS
 

型定義

typedef struct MAPS MAPS
 

関数

MAPSmaps_create (const char *, const char *, int)
 
const char * maps_find (MAPS *, const char *, int)
 
MAPSmaps_free (MAPS *)
 

型定義詳解

typedef struct MAPS MAPS

関数詳解

MAPS* maps_create ( const char *  ,
const char *  ,
int   
)

maps.c112 行目に定義があります。

const char* maps_find ( MAPS ,
const char *  ,
int   
)

maps.c162 行目に定義があります。

MAPS* maps_free ( MAPS )

maps.c213 行目に定義があります。