aboutsummaryrefslogtreecommitdiff
path: root/lib/inc/math.h
blob: 268e3e73bbd87c2fe9f431df6b0bb32944f4f59f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// MIT License, Copyright (c) 2020 Marvin Borner

#ifndef MATH_H
#define MATH_H

#include <def.h>

int pow(int base, int exp);

#endif