APL/APL1.1/SAE11_2021/utils.h

6 lines
86 B
C
Raw Normal View History

2021-11-22 17:29:33 +01:00
#ifndef _UTILS_H
#define _UTILS_H
double lerpf(double a, double b, double t);
#endif