ufo_data/stem.h

13 lines
164 B
C
Raw Normal View History

2023-10-05 18:07:20 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
// Input should be lowercase, plain ASCII only.
int stem(char* p, int i, int j);
#ifdef __cplusplus
}
#endif