Hex phrasing

I have this text of hex values(32hex digit):
00112233445566778899aabbccddeeff
and i want to transform this text to be put in array like this for example :
unsigned int streamdata[16]={0x23,0xa1,0x02,0x23,0xb4,0xd5,0x06,0x87,0xc8,0x09,0x7A,0x0B,0x0C,0x0D,0x0E,0x0F};
Any Help ?
Topic archived. No new replies allowed.