Improvements for Sagittarius

This commit is contained in:
retropikzel 2025-01-24 21:59:21 +02:00
parent 8c2e9c4ec5
commit 26b492a8eb
1 changed files with 1 additions and 1 deletions

View File

@ -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;