Revert "Merge pull request 'Fix refactoring and portability issues (#61, #51, #52)' (#81) from fix/refactoring into main"

This reverts commit df0f52ce39, reversing
changes made to ddfdb3825a.
This commit is contained in:
2026-07-20 19:36:09 +02:00
parent e6e8679bfc
commit 5049a7bbf0
5 changed files with 45 additions and 104 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef DATA_H
#define DATA_H
#include <stdlib.h>
#include "stdlib.h"
typedef struct {
void* data;