mirror of
https://github.com/richgel999/ufo_data.git
synced 2024-10-01 01:45:37 -04:00
13 lines
164 B
C
13 lines
164 B
C
#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
|