Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
5ed395951d17f4f2616c21345cd6652779c8b300
/
.
/
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