Postfix3.3.1
マクロ定義 | 関数
readlline.c ファイル
#include <sys_defs.h>
#include <ctype.h>
#include "msg.h"
#include "vstream.h"
#include "vstring.h"
#include "readlline.h"

[ソースコード]

マクロ定義

#define STR(x)   vstring_str(x)
 
#define LEN(x)   VSTRING_LEN(x)
 
#define END(x)   vstring_end(x)
 

関数

VSTRINGreadllines (VSTRING *buf, VSTREAM *fp, int *lineno, int *first_line)
 

マクロ定義詳解

#define END (   x)    vstring_end(x)

readlline.c78 行目に定義があります。

#define LEN (   x)    VSTRING_LEN(x)

readlline.c77 行目に定義があります。

#define STR (   x)    vstring_str(x)

readlline.c76 行目に定義があります。

関数詳解

VSTRING* readllines ( VSTRING buf,
VSTREAM fp,
int lineno,
int first_line 
)

readlline.c82 行目に定義があります。