15 lines
236 B
C
15 lines
236 B
C
// This file is generated by mkfile.py
|
|
// Date: 2025-12-05
|
|
|
|
#ifndef INC_1668_H
|
|
#define INC_1668_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int maxRepeating(char *sequence, char *word);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_1668_H
|