this better not be it.

This commit is contained in:
Jonathan Turner 2023-11-29 19:18:46 -05:00
parent 3a821876fa
commit 3051b0e1cf

View File

@ -11,7 +11,7 @@
void user_input(char *input); void user_input(char *input);
node* get_holes(node *enum_head); node* get_holes(node *enum_head);
void print_memory(node *umem_head, node *hole_head) void print_memory(node *umem_head, node *hole_head);
int digit_len(unsigned digit); int digit_len(unsigned digit);
int digit_conver(const char *str); int digit_conver(const char *str);