OSDN Git Service

Reword the first sentence of the English description for Yu'uichi. It is an interpol...
[hengbandforosx/hengbandosx.git] / src / io / tokenizer.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 #define TOKENIZE_CHECKQUOTE 0x01  /* Special handling of single quotes */
6
7 s16b tokenize(char *buf, s16b num, char **tokens, BIT_FLAGS mode);