home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Education Sampler 1992 [NeXTSTEP]
/
Education_1992_Sampler.iso
/
SoundAndMusic
/
cmix
/
tape.backup
/
nlabel.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-11-25
|
249b
|
10 lines
struct label {
int tapenumber;
int owner_uid;
int date;
char comment[1012];
}; /* label thus take 1024 bytes */
#define SIZEOFLABEL 1024
/* set this to the device name for your Exabyte Drive */
#define NEW_TAPE_DEVICE "/dev/rsmt0"