aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/rmalloc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/FICS/rmalloc.c b/FICS/rmalloc.c
index 97d8622..56faf65 100644
--- a/FICS/rmalloc.c
+++ b/FICS/rmalloc.c
@@ -27,9 +27,9 @@
#include "common.h"
-PUBLIC unsigned int allocated_size = 0;
-PUBLIC unsigned int malloc_count = 0;
-PUBLIC unsigned int free_count = 0;
+PUBLIC unsigned int allocated_size = 0;
+PUBLIC unsigned int malloc_count = 0;
+PUBLIC unsigned int free_count = 0;
PUBLIC void *
rmalloc(int byteSize)