#include <perms.h>
int JIM(float A, float B, int *C) {
  _imp_enter();
  if ((A >= 0 && B >= 0) || (A < 0 && B < 0)) C = C + 1;
  _imp_leave();
}
