Derive-C
Loading...
Searching...
No Matches
foo Struct Reference

Public Attributes

int x
 
char const * y
 
int * owned_data
 

Detailed Description

Examples
structures/arena.c, and structures/vector.c.

Definition at line 39 of file arena.c.

Member Data Documentation

◆ owned_data

int* foo::owned_data
Examples
structures/arena.c.

Definition at line 42 of file arena.c.

◆ x

int foo::x
Examples
structures/arena.c.

Definition at line 40 of file arena.c.

◆ y

char const* foo::y
Examples
structures/arena.c.

Definition at line 41 of file arena.c.


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