#include <stdio.h>#include <stdlib.h>#include <ekg/dynstuff_inline.h>Struktury danych | |
| struct | foo |
Definicje | |
| #define | xfree free |
Definicje typów | |
| typedef struct foo | foo |
Funkcje | |
| void | do_nothing (foo *f) |
| __DYNSTUFF_LIST_ADD_BEGINNING (foos, foo, NULL) | |
| __DYNSTUFF_LIST_REMOVE_ITER (foos, foo, do_nothing) | |
| foo * | nowy_element (int val) |
| void | print (foo *f) |
| int | main () |
Zmienne | |
| foo * | foos |
| #define xfree free |
| void do_nothing | ( | foo * | f | ) |
| int main | ( | ) |
| foo* nowy_element | ( | int | val | ) |
| void print | ( | foo * | f | ) |
1.7.1