6 lines
No EOL
164 B
C
6 lines
No EOL
164 B
C
#include <limits.h>
|
|
#include "abs.h"
|
|
|
|
/*@ ensures \forall integer a,b; 0 <= a < b < n ==> \result >= abs(tab[a]-tab[b]);
|
|
*/
|
|
int max_dist(int *tab, unsigned int n); |