diff options
Diffstat (limited to 'inc/mem.h')
-rw-r--r-- | inc/mem.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -9,12 +9,21 @@ struct mem_st { }; int mem_pos(); + int mem_inc(); int mem_dec(); + int mem_left(); int mem_right(); + int mem_get(); int mem_set(char v); + void mem_printDebug(); + +//Added +//int mem_add(int amout); +//int mem_move(int amout); + #endif |