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