11 lines
159 B
C
11 lines
159 B
C
#ifndef INC_3201_H
|
|
#define INC_3201_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int maximumLength(int *nums, int numsSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif |