Skip to content

Commit 3ccf61f

Browse files
committed
utils: add print_allocations_table function def
1 parent 5b6f454 commit 3ccf61f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/utils.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include <stdlib.h>
55
#include <stdio.h>
6+
#include "leader.h"
7+
68
struct a {
79
int x;
810
int y;
@@ -12,4 +14,6 @@ int fun();
1214

1315
size_t len(char **array);
1416

17+
void print_allocations_table(struct leader_resources *l_r);
18+
1519
#endif //DISTRIBUTEDMALLOC_UTILS_H

0 commit comments

Comments
 (0)