spaces.hh 167 Bytes
Newer Older
SWHL's avatar
SWHL committed
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef UTIL_SPACES_H
#define UTIL_SPACES_H

// bool array of spaces.

namespace util {

extern const bool kSpaces[256];

} // namespace util

#endif // UTIL_SPACES_H