|
|
researchv10 Norman
typedef union {
int *i;
char *c;
} anything;
main()
{
register anything src,dest;
*dest.i++ = *src.i++;
*dest.c++ = *src.c++;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.