12 lines
157 B
C
12 lines
157 B
C
#ifndef INC_976_H
|
|
#define INC_976_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int largestPerimeter(int* nums, int numsSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|