Title says it all. For this application i want to input a file which contains all hex values and have it split it up into 4 bytes sections. then have those inputted into a linked list or array for later manipulation. For some reason my function isn't working correctly any ideas how to make it work correctly?Title says it all. For this application i want