mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-01 00:31:21 +00:00
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 */
|