struct apr_vformatter_buff_t

Overview

Structure used by the variable-formatter routines. Moreā€¦

#include <apr_lib.h>

struct apr_vformatter_buff_t {
    // fields

    char* curpos;
    char* endpos;
};

Detailed Documentation

Structure used by the variable-formatter routines.

Fields

char* curpos

The current position

char* endpos

The end position of the format string