From fcb9ff2b96de6989e9a676e96753b1b1279acf67 Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Sat, 22 Oct 2022 02:45:34 +0300 Subject: hw3 status --- inc/mem.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/mem.h') diff --git a/inc/mem.h b/inc/mem.h index 50a0a17..86bed3f 100644 --- a/inc/mem.h +++ b/inc/mem.h @@ -8,6 +8,7 @@ struct mem_st { int pos; }; +int mem_pos(); int mem_inc(); int mem_dec(); int mem_left(); -- cgit v1.2.3