PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PrintfArgValue Union Reference

Data Fields

int i
 
long l
 
long long ll
 
double d
 
charcptr
 

Detailed Description

Definition at line 152 of file snprintf.c.

Field Documentation

◆ cptr

char* PrintfArgValue::cptr

Definition at line 158 of file snprintf.c.

◆ d

double PrintfArgValue::d

Definition at line 157 of file snprintf.c.

◆ i

int PrintfArgValue::i

Definition at line 154 of file snprintf.c.

◆ l

long PrintfArgValue::l

Definition at line 155 of file snprintf.c.

◆ ll

long long PrintfArgValue::ll

Definition at line 156 of file snprintf.c.


The documentation for this union was generated from the following file: