Is there some reason you can't just imbed the value in the structure, instead of introducing a level of indirection? I could see using pointers for variable-length strings, but the examples all show a 4-byte constant.
sas
Is there some reason you can't just imbed the value in the structure, instead of introducing a level of indirection? I could see using pointers for variable-length strings, but the examples all show a 4-byte constant.
sas