#include "iobuf.h"

int obuf_endl(obuf* out)
{
  return obuf_write(out, "\n", 1) && obuf_flush(out);
}


syntax highlighted by Code2HTML, v. 0.9.1