Searched refs:newline (Results 1 – 2 of 2) sorted by relevance
93 static bool stdio_put_string(const char *s, int len, bool newline, bool no_cr) { in stdio_put_string() argument106 if (newline) { in stdio_put_string()
216 with open(outfile, 'w', newline='') as csvfile: