Mercurial > hg > index.fcgi > rcg > rcg-1
comparison rcg.c @ 10:4ef47c3bdce6
add fflush(stdout)
author | paulo@hit-nxdomain.opendns.com |
---|---|
date | Thu, 13 May 2010 00:35:36 -0700 |
parents | a367f80b847b |
children | 9ec52ba4b994 |
comparison
equal
deleted
inserted
replaced
8:55ec37f190c7 | 9:69cd23b6ce0e |
---|---|
243 out[out_len - 1] = '\0'; | 243 out[out_len - 1] = '\0'; |
244 } | 244 } |
245 } | 245 } |
246 | 246 |
247 fputs(out, stdout); | 247 fputs(out, stdout); |
248 fflush(stdout); | |
248 } | 249 } |
249 | 250 |
250 return EXIT_OK; | 251 return EXIT_OK; |
251 } | 252 } |