/*
* cola-lista.h
*
* Implantacion de colas circulares en listas.
*/
#ifndef __COLA_LISTA_H
#define __COLA_LISTA_H
#include "../lista/lista.h"
typedef struct st_cola {
Lista elementos;
} Cola;
#endif
/* EOF cola-lista.h */
Text file Source (historic): geocities.com/ar/uap_c2a/ejemplos/cola
geocities.com/ar/uap_c2a/ejemplosgeocities.com/ar/uap_c2a
geocities.com/ar
(to report bad content: archivehelp @ gmail)
|
|
|
|
|