#include "sys_defs.h"
#include <ctype.h>
#include "msg.h"
#include "vstring.h"
#include "hex_quote.h"
マクロ定義 | |
#define | STR(x) vstring_str(x) |
#define | LEN(x) VSTRING_LEN(x) |
関数 | |
VSTRING * | hex_quote (VSTRING *hex, const char *raw) |
VSTRING * | hex_unquote (VSTRING *raw, const char *hex) |
#define LEN | ( | x | ) | VSTRING_LEN(x) |
hex_quote.c の 54 行目に定義があります。
#define STR | ( | x | ) | vstring_str(x) |
hex_quote.c の 53 行目に定義があります。
hex_quote.c の 58 行目に定義があります。
hex_quote.c の 77 行目に定義があります。