Código
int BuscarAutor(LISTA *l, char *autor) { NODO *aux=lista->primero; int i=0; int cuenta=0; if(aux==NULL) { return NULL; } else { do { { cuenta++; } aux=aux->siguiente; }while(aux!=NULL); return NULL; } }
|
|||
Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
|