diff --git a/libtest.c b/libtest.c index e565fc0..8fa31fb 100644 --- a/libtest.c +++ b/libtest.c @@ -182,7 +182,7 @@ EXPORT int test_check(struct test* test) { assert(test->n == 14); } -EXPORT struct test* test_n1ew(struct test* test) { +EXPORT struct test* test_new(struct test* test) { print_offsets(); struct test* t = malloc(sizeof(struct test)); t->a = 1;