in reply to C types and SV's and unpack
Tell us what library you are using. Perhaps someone has some experience with it. Apart from that, I would at least change the magic numbers to constants, and use switch and case instead of an if-then-else cascade.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: C types and SV's
by blakew (Monk) on Jul 18, 2010 at 19:00 UTC | |
by afoken (Chancellor) on Jul 18, 2010 at 19:09 UTC | |
by blakew (Monk) on Jul 18, 2010 at 20:18 UTC |