Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
cmake
/
install_lib
/
foo.h
blob: 5be081f44296ee704edddd2d58146e795acae4d2 [
file
]
#ifndef
_FOO_H
#define
_FOO_H
#ifdef
__cplusplus
extern
"C"
{
#endif
int
foo
();
#ifdef
__cplusplus
}
#endif
#endif