12 lines
167 B
C
12 lines
167 B
C
#ifndef INC_3202_H
|
|
#define INC_3202_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int maximumLength(int *nums, int numsSize, int k);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|