PostgreSQL Source Code git master
Loading...
Searching...
No Matches
mytype Struct Reference

#include <struct.h>

Data Fields

int id
 
char t [64]
 
double d1
 
double d2
 
char c [30]
 

Detailed Description

Definition at line 132 of file preproc-outofscope.c.

Field Documentation

◆ c

char mytype::c

Definition at line 146 of file preproc-outofscope.c.

◆ d1

double mytype::d1

Definition at line 140 of file preproc-outofscope.c.

◆ d2

double mytype::d2

Definition at line 143 of file preproc-outofscope.c.

◆ id

int mytype::id

Definition at line 134 of file preproc-outofscope.c.

◆ t

char mytype::t

Definition at line 137 of file preproc-outofscope.c.


The documentation for this struct was generated from the following files: