|
|
1.1 root 1: typedef union {
2: int *i;
3: char *c;
4: } anything;
5: main()
6: {
7: register anything src,dest;
8: *dest.i++ = *src.i++;
9: *dest.c++ = *src.c++;
10: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.