login.c: In function ‘show_count’:
login.c:1103:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
     printf(", %d stack",sizeof(mem_base)*(stack_pointer-mem_base));
     ^
login.c:1104:5: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long unsigned int’ [-Wformat=]
     printf(", %d heap",sizeof(mem_base)*(mem_limit-heap_pointer));
     ^
