comparison rcg.c @ 11:6627edb46f36

add "color line" option to reference python implementation
author paulo@thepaulopc
date Sat, 06 Nov 2010 00:17:34 -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 }