renamed v_ptr to p

This commit is contained in:
Timerix 2025-07-31 18:24:53 +03:00
parent 0e80a56892
commit 4c3933f789

View File

@ -33,7 +33,7 @@ typedef struct Result_ {
i64 i;
f32 f;
f64 d;
void* v_ptr;
void* p;
};
} Result_;