OpenCores
URL https://opencores.org/ocsvn/1664/1664/trunk

Subversion Repositories 1664

[/] [1664/] [trunk/] [c/] [lista/] [lista_datos_final.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mrdmkg
#define lista_fonte
2
#include "lista.h"
3
 
4
n1 * lista_datos_final(struct lista *esta,nN cuantia)
5
{
6
 return (esta->contador>=cuantia) ? esta->datos+esta->contador-cuantia : 0;
7
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.