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