kcgi_writer_free - free a writer


KCGI_WRITER_FREE(3) Library Functions Manual KCGI_WRITER_FREE(3)

NAME

kcgi_writer_free — free a writer

LIBRARY

library “libkcgi”

SYNOPSIS

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

void

kcgi_writer_free(struct kcgi_writer *writer);

DESCRIPTION

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

SEE ALSO

kcgi_writer_get(3)

AUTHORS

This function was written by Kristaps Dzonsons <[email protected]>. GNU $Mdocdate$ KCGI_WRITER_FREE(3)


Updated 2024-01-29 - jenkler.se | uex.se