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

Subversion Repositories 1664

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 mrdmkg
#include "tipodef.h"
2
 
3
nN nN_cuantia__ccadena(char * ccadena)
4
{
5
 nN conta = 0;
6
 
7
 while (ccadena[conta]!=0)
8
 {
9
  conta++;
10
 }
11
 
12
 return conta;
13
}

powered by: WebSVN 2.1.0

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