started to rename struct and stuff

This commit is contained in:
Maieul BOYER 2024-04-29 16:57:49 +02:00
parent ff4b0c471f
commit 54cefca53f
No known key found for this signature in database
25 changed files with 2413 additions and 2431 deletions

View file

@ -7,7 +7,7 @@
#include "parser/api.h"
typedef struct {
uint32_t bytes;
t_u32 bytes;
t_point extent;
} Length;