Update comment
This commit is contained in:
parent
feb2acf4d1
commit
4dd3094c03
|
@ -1,6 +1,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
// when size is too small, the table will overflow.
|
||||||
#define SIZE 100023
|
#define SIZE 100023
|
||||||
#define IDLEN 19
|
#define IDLEN 19
|
||||||
#define P 13
|
#define P 13
|
||||||
|
|
Loading…
Reference in a new issue