index
:
bringelle.git
master
x86_32 Kernel
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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