interference/include/tools.h

5 lines
75 B
C

#pragma once
int sign(int x);
int length(int x1, int y1, int x2, int y2);