11 lines
252 B
C
11 lines
252 B
C
#include "nsparted.h"
|
|
|
|
struct ct_nsparted init_nsparted(struct ct_node *const node,
|
|
struct ct_dims *const dims) {
|
|
struct ct_nsparted nsparted = (struct ct_nsparted) {
|
|
.node = node,
|
|
.dims = dims,
|
|
.
|
|
}
|
|
}
|
|
|