Sign in
chromium
/
chromium
/
src.git
/
ea21fe313a33a10cee8702d9c7a81b178b25a678
/
.
/
third_party
/
lcov
/
example
/
gauss.h
blob: 302a4a980382ed38909900cc941e91069a30b96e [
file
] [
log
] [
blame
]
#ifndef
GAUSS_H
#define
GAUSS_H GAUSS_h
extern
int
gauss_get_sum
(
int
min
,
int
max
);
#endif
/* GAUSS_H */