in C (ANSI, C99, ecc.), le strutture vivono nel proprio spazio dei nomi. Una struttura per un elenco collegato potrebbe essere simile a questa:
struct my_buffer_type {
struct my_buffer_type * next;
struct my_buffer_type * prev;
void *...
posta
23.04.2013 - 18:58