#include <stdlib.h>
int ffeabs(int i) { return abs(i); }
