From: ori@eigenstate.org Subject: Re: diff_output_lines() performance fix To: gameoftrees@openbsd.org, stsp@stsp.name Date: Wed, 07 Jul 2021 09:41:31 -0400 Quoth Stefan Sperling : > Embedded NUL bytes are incompatible > with the call fprintf(dest, "%s\n", buf); Is there any reason to avoid fwrite() that I'm missing?