|
Revision 4, 503 bytes
(checked in by heitor.barbieri, 2 years ago)
|
|
Versão 5.52 do cisis (28/04/2010)
|
| Line | |
|---|
| 1 | LONGX hashzero(char *table, LONGX maxprim, int tabwidth); |
|---|
| 2 | char *hashalloc(LONGX classes, int tabwidth, LONGX *maxprimp); |
|---|
| 3 | LONGX hashindex(char *table, LONGX maxprim, int tabwidth, char *keyp, int keylen, int *foundp, int installit); |
|---|
| 4 | |
|---|
| 5 | char *bsrchalloc(LONGX classes, int tabwidth, LONGX *tabentries); |
|---|
| 6 | LONGX bsrchstore(char *table, LONGX classes, LONGX *tabentries, int tabwidth, char *keyp, int keylen); |
|---|
| 7 | LONGX bsrchindex(char *table, LONGX tabentries, int tabwidth, char *keyp, int keylen, int *foundp); |
|---|