aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/lib/math.h
blob: 57877ad5896e1a1770410044cc9f932be82feb28 (plain) (blame)
1
2
3
4
5
6
#ifndef MELVIX_MATH_H
#define MELVIX_MATH_H

int pow(int base, int exp);

#endif