#include <struct.h>
Data Fields | |
int | id |
char | t [64] |
double | d1 |
double | d2 |
char | c [30] |
Definition at line 130 of file preproc-outofscope.c.
char mytype::c |
Definition at line 144 of file preproc-outofscope.c.
Referenced by main().
double mytype::d1 |
Definition at line 138 of file preproc-outofscope.c.
Referenced by main().
double mytype::d2 |
Definition at line 141 of file preproc-outofscope.c.
Referenced by main().
int mytype::id |
Definition at line 132 of file preproc-outofscope.c.
Referenced by main().
char mytype::t |
Definition at line 135 of file preproc-outofscope.c.
Referenced by main().