diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-10-22 02:45:34 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-10-22 02:45:34 +0300 |
commit | fcb9ff2b96de6989e9a676e96753b1b1279acf67 (patch) | |
tree | e9a8839939aac6eeba3dea89ca0c20ad8268150e /inc/mem.h | |
parent | a97b362e6a35be4575f7ded3c31cdeede89ab2a8 (diff) |
hw3 status
Diffstat (limited to 'inc/mem.h')
-rw-r--r-- | inc/mem.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ struct mem_st { int pos; }; +int mem_pos(); int mem_inc(); int mem_dec(); int mem_left(); |