change value_get name
This commit is contained in:
parent
723ceb272d
commit
9fb3337d59
1 changed files with 1 additions and 1 deletions
2
struct.c
2
struct.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue