12 lines
156 B
C
12 lines
156 B
C
#ifndef INC_1717_H
|
|
#define INC_1717_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int maximumGain(char *s, int x, int y);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|