altos/lisp: remove nth from hanoi.lisp
[fw/altos] / src / test / ao_lisp_os.h
index 19bd4f64df3237b9a593ec1e470d2c037b4e4fe4..dedcca28f7e5b051bfb287f79b7116c0fb3e6431 100644 (file)
 #include <stdlib.h>
 #include <time.h>
 
+#define AO_LISP_POOL_TOTAL     3072
+#define AO_LISP_SAVE           1
+
 extern int ao_lisp_getc(void);
 
+static inline void
+ao_lisp_os_flush() {
+       fflush(stdout);
+}
+
 static inline void
 ao_lisp_abort(void)
 {