nonbinary-tree(TM) now works in a very minimal instance
This commit is contained in:
parent
330755591b
commit
b16590fd5a
15 changed files with 132 additions and 216 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#include "dims.h"
|
||||
#include "util.h"
|
||||
|
||||
struct ct_dims *new_dims(int x, int y, int width, int height) {
|
||||
struct ct_dims *new_dims(const int x, const int y, const int width, const int height) {
|
||||
struct ct_dims *dims;
|
||||
|
||||
dims = (struct ct_dims *)malloc(sizeof(struct ct_dims));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue