6 lines
78 B
C
6 lines
78 B
C
#ifndef __CSET_H
|
|
#define __CSET_H
|
|
|
|
extern const Byte cset[512];
|
|
|
|
#endif
|