OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[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 int16_t tokenize(char *buf, int16_t num, char **tokens, BIT_FLAGS mode);