Jump to content

Update a configuration file: Difference between revisions

→‎{{header|C}}: Critical flaw addressed, resulting in perfection.
(→‎{{header|C}}: Time a Real Programmer solution to shame the script jockeys. :) With innovative, Lisp-inspired code formatting.)
(→‎{{header|C}}: Critical flaw addressed, resulting in perfection.)
Line 210:
{ if (!updlist[i].flag)
if (output_opt(to, &updlist[i]) < 0)
return -1; } }
return feof(from) ? 0 : -1; }
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.