#pragma once #include "type.h" void log_int(int x); int sign(int x); int length(struct Vec2 *a, struct Vec2 *b);