1 /* Return the name of the boot volume (not the current directory).
2 Public domain by Guido van Rossum, CWI, Amsterdam (July 1987).
11 static unsigned char name
[32];
13 (void) GetVol(name
, &vrefnum
);
15 /* Shouldn't fail; return ":" if it does */
16 strcat((char *)name
, ":");