mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 01:27:38 +00:00
231e468e19
git-subtree-dir: erigon-lib git-subtree-mainline:3c8cbda809
git-subtree-split:93d9c9d9fe
6 lines
164 B
C
6 lines
164 B
C
#ifndef _UTILS_H
|
|
#define _UTILS_H 1
|
|
|
|
extern int lcp_kasai(const unsigned char *T, int *SA, int *LCP, int *FTR, int *INV, int sa_size, int n);
|
|
#endif /* _UTILS_H */
|