fixed args.
This commit is contained in:
parent
940e58b89d
commit
b74183bdc7
@ -163,7 +163,7 @@ void print_holes(node* umem_head) {
|
||||
while(umem_head != NULL) {
|
||||
if (umem_head->base_register - 0x10000 != 0) {
|
||||
node *hole = add_node( hole, 0x10000, unem_head->base_register-0x10000, true, -1);
|
||||
print_list(hole);
|
||||
print_list(hole, false);
|
||||
}
|
||||
}
|
||||
}
|
@ -10,6 +10,7 @@
|
||||
#include "../libc/linked.h"
|
||||
|
||||
void user_input(char *input);
|
||||
void print_holes(node *enum_head);
|
||||
int digit_len(unsigned digit);
|
||||
int digit_conver(const char *str);
|
||||
|
||||
|
Reference in New Issue
Block a user