|
Postfix3.3.1
|
#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) |
関数 | |
| VSTRING * | readllines (VSTRING *buf, VSTREAM *fp, int *lineno, int *first_line) |
| #define END | ( | x | ) | vstring_end(x) |
readlline.c の 78 行目に定義があります。
| #define LEN | ( | x | ) | VSTRING_LEN(x) |
readlline.c の 77 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
readlline.c の 76 行目に定義があります。
1.8.9.1