Postfix3.3.1
|
#include <sys_defs.h>
#include <sys/types.h>
#include <ctype.h>
#include <msg.h>
#include <vstring.h>
#include "off_cvt.h"
マクロ定義 | |
#define | STR vstring_str |
#define | END vstring_end |
#define | SWAP(type, a, b) { type temp; temp = a; a = b; b = temp; } |
関数 | |
off_t | off_cvt_string (const char *str) |
VSTRING * | off_cvt_number (VSTRING *buf, off_t offset) |
#define END vstring_end |
#define STR vstring_str |