Sign in
ara-mdk
/
platform
/
ndk
/
f616538a7f20e82157587efa026cedc3b9944542
/
.
/
tests
/
build
/
topological-sort
/
jni
/
foo.h
blob: fcb6e24a590d7649e480b416f37683d42b115865 [
file
] [
log
] [
blame
]
#ifndef
FOO_H
#define
FOO_H
extern
int
foo
(
int
x
);
extern
int
foo2
(
int
x
);
#endif
/* FOO_H */