Is there any way to remove the headers of one file .

I need to remove the headers .

for example :

00001 0xdfsd 0xrwe 0xdfg 0xds
00002 0xdfdf 0xddf 0xdfd 0xfdf
00003 0xdas 0xfsdf 0xdfd 0xfdf
...
...
00001 ,00002 etc are the headers of the file.

When i read using fread () how to remove the headers only?