Thread
:
Ctrl+V
View Single Post
02-02-2003, 03:29 PM
iroc409
Confirmed User
Join Date: Jan 2003
Location: midwest side, yo
Posts: 4,728
while (fgets(index_buf, sizeof(index_buf) - 1, index) != NULL)
{
if (strstr(index_buf, "<recip>") != NULL)
fputs(index_recip, output);
else
fputs(index_buf, output);
}
fclose(output);
rewind(index);
}
__________________
<a href="http://www.iroc409.com/"><img src="http://www.iroc409.com/adv/120x60.gif" border=0></a>
icq: 1 7 6 4 2 0 9 6 0
Gallery templates for ONLY $25! w00t!
iroc409
View Public Profile
Visit iroc409's homepage!
Find More Posts by iroc409