KCGI_WRITER_FREE(3) Library Functions Manual KCGI_WRITER_FREE(3)

kcgi_writer_freefree a writer

library “libkcgi”

#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>

void
kcgi_writer_free(struct kcgi_writer *writer);

The () frees the writer channel opened by kcgi_writer_get(3). After this, the channel must not be used.

kcgi_writer_get(3)

This function was written by Kristaps Dzonsons <kristaps@bsd.lv>.

December 2, 2023 OpenBSD 7.4