This Text file is old! In a 🏛️Museum, an unsorted archive of (user-)pages. (Saved from Geocities in Oct-2009. The archival story: oocities.org)
--------------------------------------- (To 🚫report any bad content: archivehelp @ gmail.com)
>

/*
 * 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/ejemplos
geocities.com/ar/uap_c2a
geocities.com/ar

(to report bad content: archivehelp @ gmail)