6 lines
121 B
C
6 lines
121 B
C
#ifndef REPLACE_LOCAL_MIN
|
|
#define REPLACE_LOCAL_MIN
|
|
|
|
int replaceLocalMin(double * numbers);
|
|
|
|
#endif // REPLACE_LOCAL_MIN
|