Sign in
ara-mdk
/
platform
/
ndk
/
89de5afea057846788111c501389f2364ee180dd
/
.
/
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 */