|
|
BSD 4.3tahoe
typedef enum { RED, GREEN, BLUE } Color;
main()
{
Color c;
c = BLUE;
f(RED);
}
f(c)
Color c;
{
printf("c = %d\n", c);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.