2
« en: Miércoles 5 de Junio de 2002, 19:22 »
NECESITO HACER ESTA FUNCION KE ME INTERCAMBIE LOS ELEMENTOS KE RECIBE COMO PARAMETROS, ALGUIEN ME ECHA UNA MANO?
void intercambiar ( tipodatos *arg1, tipodatos *arg2)
ESTA ES LA ESTRUCTURA:
typedef struct tipodatos
{
double tllegada;
double tdemandado;
struct tipodatos *sgte;
struct tipodatos *ant;
}tipodatos;