Files
Upsilon/liba/include/math.h
Romain Goyet 3c795a8763 Fix the guardian
Change-Id: I14af6937fecfbe90ab053594e1269fcbc3681b1c
2016-03-18 17:03:18 +01:00

13 lines
142 B
C

#ifndef LIBA_MATH_H
#define LIBA_MATH_H
#include "private/macros.h"
LIBA_BEGIN_DECLS
float powf(float x, float y);
LIBA_END_DECLS
#endif