12 lines
170 B
C
12 lines
170 B
C
#ifndef INC_2163_H
|
|
#define INC_2163_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
long long minimumDifference(int *nums, int numsSize);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|