2 *if ecart1<=ecart2 it returns TRUE */
| 1329 | *if ecart1<=ecart2 it returns TRUE |
| 1330 | */ |
| 1331 | static inline BOOLEAN sugarDivisibleBy(int ecart1, int ecart2) |
| 1332 | { |
| 1333 | return (ecart1 <= ecart2); |
| 1334 | } |
| 1335 | |
| 1336 | /*2 |
| 1337 | * put the pair (s[i],p) into the set B, ecart=ecart(p) (ring case) |
no outgoing calls
no test coverage detected