#include "vector.h" static inline vector VecAdd(vector l, vector r); static inline vector VecScale(vector v, vec_t x);