1 2 3 4
#define kSpace 032 char buf[] = {0x42, 0x73, 0x75, 0x27, 0x13, 0x1C, 0x68, 0x1B, 0x64}; ...
C Character buffer manipulati...
by Mike,
October 14, 2007 02:17,
10 refactorings
Hi All,
I was given this...
1 2 3 4
#define kSpace 032 char buf[] = {0x42, 0x73, 0x75, 0x27, 0x13, 0x1C, 0x68, 0x1B, 0x64}; ...
Hi All,
I was given this...
Thanks, engtech, that's exa...