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

Subversion Repositories 1664

[/] [1664/] [trunk/] [c/] [lista/] [nN_cuantia__ccadena.c] - Rev 2

Compare with Previous | Blame | View Log

#include "tipodef.h"
 
nN nN_cuantia__ccadena(char * ccadena)
{
 nN conta = 0;
 
 while (ccadena[conta]!=0)
 {
  conta++;
 }
 
 return conta;
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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