Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
8451edf556036d89629f38b6243f465ff9d2822d
/
.
/
sample.h
blob: 6ff3cf9f3f8565a5c8a68d2ac33edfbb3a13c078 [
file
] [
log
] [
blame
]
Matthew Barth
00b1e5b
2016-09-09 12:15:46 -0500
[
diff
] [
blame
]
1
#ifndef
GTEST_SAMPLE
2
#define
GTEST_SAMPLE
3
4
int
Factorial
(
int
n
);
5
6
#endif