cosmopolitan/third_party/ncurses/hashsize.h
2023-12-10 07:33:37 -08:00

6 lines
109 B
C

/*
* hashsize.h -- hash and token table constants
*/
#define CAPTABSIZE 497
#define HASHTABSIZE (497 * 2)