index
:
RISC-VECTOR.git
master
A simulator for the custom RISC-V[ECTOR] ISA written in C++
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