Sign in
ara-mdk
/
platform
/
ndk
/
5d491291357459b1d6e08a789670050448c1ea65
/
.
/
tests
/
build
/
test-gnustl-chrono
/
jni
/
hanoi.h
blob: 0b593f4554bf4674d37accf043206865d687290a [
file
] [
log
] [
blame
]
#ifndef
HANOI_H
#define
HANOI_H
#if defined(__cplusplus)
extern
"C"
{
#endif
extern
void
hanoi
(
int
from
,
int
to
,
int
mid
,
int
n
,
void
(*
callback
)(
int
,
int
));
#if defined(__cplusplus)
}
#endif
#endif
/* HANOI_H */