interference/include/tools.h

5 lines
75 B
C
Raw Normal View History

2021-12-23 10:00:55 +01:00
#pragma once
int sign(int x);
2022-01-08 19:19:02 +01:00
int length(int x1, int y1, int x2, int y2);