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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [930210-1.c] - Rev 26

Go to most recent revision | Compare with Previous | Blame | View Log

f()
{
  char  c1, c2;
  char *p1, *p2;
 
  do {
    c1 = c2 = *p1++;
    while (c1--)
      *p2++ = *p1++;
  } while (c2);
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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