#include <sys_defs.h>
#include <stdlib.h>
#include <stdarg.h>
#include <msg.h>
#include <vstring.h>
#include "opened.h"
マクロ定義 | |
#define | TEXT (vstring_str(text)) |
関数 | |
void | opened (const char *queue_id, const char *sender, long size, int nrcpt, const char *fmt,...) |
void | vopened (const char *queue_id, const char *sender, long size, int nrcpt, const char *fmt, va_list ap) |
#define TEXT (vstring_str(text)) |