Problen with a little C program

2005-09-23 Thread Tyler T
hi list, firts sorry for my english. for hobbye i am trying to write a little program in C lenguage, the program create a ip header and show the values of ip header whitout send any data, only create the header, the program is this: //BEGIN #include stdio.h #include stdlib.h #include

Re: Problen with a little C program

2005-09-23 Thread Tyler T
2005/9/23, Tyler T [EMAIL PROTECTED]: hi list, firts sorry for my english. for hobbye i am trying to write a little program in C lenguage, the program create a ip header and show the values of ip header whitout send any data, only create the header, the program is this: //BEGIN