MSUStudentWork/15Ex/replace_local_min.h

6 lines
121 B
C

#ifndef REPLACE_LOCAL_MIN
#define REPLACE_LOCAL_MIN
int replaceLocalMin(double * numbers);
#endif // REPLACE_LOCAL_MIN