index
:
RAM.git
master
'RAM Acts Magically' a memory simulator supporting configurable cache levels and ways
bd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inc
/
fact.h
blob: de1220a3969ec137ef93ef6a4be4de34c4de00a3 (
plain
)
1
2
3
4
5
6
#ifndef FACT_H #define FACT_H unsigned int factorial(unsigned int); #endif