16 lines
213 B
C
16 lines
213 B
C
//
|
|
// Created by xfj12 on 2025/3/25.
|
|
//
|
|
|
|
#ifndef INC_3427_H
|
|
#define INC_3427_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int subarraySum(int *nums, int numsSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_3427_H
|