11 lines
198 B
C
11 lines
198 B
C
#ifndef INC_1900_H
|
|
#define INC_1900_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int *earliestAndLatest(int n, int firstPlayer, int secondPlayer, int *returnSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |