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