#include <perms.h>
int _imp_mainep(int _imp_argc, char **_imp_argv) {
  _imp_enter();
  typedef struct COORD {
    float X;
    float Y;

  } COORD;
  auto float DIST(COORD HERE, COORD) {
    _imp_enter();
    return (
        /*ERROR: name_sym_idx is -1!*/ /*C_NAME*/ /*ERROR: name_sym_idx is -1!*/
        /*C_NAME*/ SQRT(REXP((HERE.X - ()), 2) + REXP((HERE.Y - ()), 2)));
    _imp_leave();
  }

  _imp_leave();
  exit(0);
  return (0);
}
