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