aboutsummaryrefslogtreecommitdiff
path: root/src/libc/math.h
blob: 56f178859b15fe1f443ba5c3ddd8bd3bd15f400d (plain)
1
2
3
4
5
6
#ifndef MATH_H
#define MATH_H

int pow(int x,int n);

#endif