cosmopolitan/third_party/ncurses/hashsize.h

7 lines
109 B
C
Raw Normal View History

2023-12-10 15:28:01 +00:00
/*
* hashsize.h -- hash and token table constants
*/
#define CAPTABSIZE 497
#define HASHTABSIZE (497 * 2)