Displaying 1 result from an estimated 1 matches for "yeields".
Did you mean:
fields
2007 Aug 01
2
getting hex out of ints
...hex = ...
};
....
self->arg = xlate<struct byhex>(arg).hex;
BUT there''s nothing i can do to populate hex! Even if i do conversion myself, by doing stuff like:
arg&0xF < 10 ? (arg&0xF) + ''0'' : (arg&0xF) - 10 + ''A''
this yeields characters, and there''s no way to convert characters to strings!!!!!!!! STUPID!!!
Even if i try printa() of my quantize array, there''s no way to specify the format for the tuple (i.e. the key of the aggregate)...
SEEMS LIKE SOMEONE FORGOT A VERY IMPORTANT FEATURE OF DTRACE!!!...