hello..i'm trying to display my result in text file..
how am i going to display from printf command to display at
text file?
this is the example of of line need to be display in text file =
printf("Source address ::: %s\n",inet_ntoa (from.sin_addr)
i want to display this result in text file..
how am i going to display from printf command to display at
text file?
this is the example of of line need to be display in text file =
printf("Source address ::: %s\n",inet_ntoa (from.sin_addr)
i want to display this result in text file..
Comment