Skip to content

struct

Defined at printf.c#378

wrapper (used as buffer) for output function type

One of the following must hold: 1. max_chars is 0 2. buffer is non-null 3. function is non-null

... otherwise bad things will happen.

Members

public void ()(char, void ) function

public void * extra_function_arg

public char * buffer

public printf_size_t pos

public printf_size_t max_chars