#include <aversive.h>
#include <aversive/list.h>
#include <uart.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
LIST_TYPEDEF (my_list_type, u08, 4) | |
LIST_TYPEDEF (my_another_list_type, u08, 10) | |
void | dumplist (struct generic_list *l) |
int | main (void) |
void dumplist | ( | struct generic_list * | l | ) |
Definition at line 33 of file main.c.
References list_hdr::beg_indice, CR, list_hdr::cur_size, generic_list::elt, generic_list::hdr, i, list_hdr::read_cursor, and list_hdr::size.
Referenced by main().
LIST_TYPEDEF | ( | my_another_list_type | , | |
u08 | , | |||
10 | ||||
) |
LIST_TYPEDEF | ( | my_list_type | , | |
u08 | , | |||
4 | ||||
) |
int main | ( | void | ) |
Definition at line 101 of file main.c.
References CR, dumplist(), LIST_ALIGN_LEFT, LIST_ARRAY_PULL_END, LIST_ARRAY_PULL_START, LIST_ARRAY_PUSH_END, LIST_ARRAY_PUSH_START, LIST_INIT, LIST_PULL_END, LIST_PULL_START, LIST_PUSH_END, LIST_PUSH_START, LIST_READ_END, LIST_READ_GOTO, LIST_READ_MOVE, and LIST_READ_START.