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