change value_get name

This commit is contained in:
mykola2312 2022-05-03 07:46:41 +03:00
parent 723ceb272d
commit 9fb3337d59

View file

@ -33,7 +33,7 @@ uint value_offset(struct cu_struct_s* st, uint idx, const void* in)
return offset;
}
void value_value(struct cu_struct_s* st, uint idx, const void* in, void* out)
void value_get(struct cu_struct_s* st, uint idx, const void* in, void* out)
{
uint size = value_size(st, idx, in);
uint offset = value_offset(st, idx, in);