URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libmudflap/] [testsuite/] [libmudflap.c/] [pass5-frag.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
#include <stdio.h> #include <stdlib.h> #include <string.h> int main () { char foo [10]; char bar [10]; bar[4] = 'k'; /* touch memcpy source */ memcpy(foo, bar, 10); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log