Sha256: 0dbb67bc000dbaab5479aeb937e945241aa39e7fa52b7298d3a7ad552456752b
Contents?: true
Size: 171 Bytes
Versions: 15
Compression:
Stored size: 171 Bytes
Contents
#ifndef CHARMAP_H #define CHARMAP_H 1 #define CHARMAP_SIZE 32 extern const char CHARMAP[CHARMAP_SIZE]; int charmap_index(const char character); #endif /* CHARMAP_H */
Version data entries
15 entries across 15 versions & 1 rubygems