cycle.cpp: In function 'void escape(int)':
cycle.cpp:5:9: error: 'jump' was not declared in this scope
if (jump(0)){
^~~~
cycle.cpp:5:9: note: suggested alternative: 'bcmp'
if (jump(0)){
^~~~
bcmp
cycle.cpp:18:13: error: 'jump' was not declared in this scope
if (jump(y)){
^~~~
cycle.cpp:18:13: note: suggested alternative: 'bcmp'
if (jump(y)){
^~~~
bcmp
cycle.cpp:33:12: error: 'jump' was not declared in this scope
if (!b)jump(n-1);
^~~~
cycle.cpp:33:12: note: suggested alternative: 'bcmp'
if (!b)jump(n-1);
^~~~
bcmp