jtmm2/inc/util.h

5 lines
48 B
C

#pragma once
int sign(int);
float absf(float);