int print_description(header *hdr, char *buffer, int N)
lhs = rhs
lhs \\
Lines are separated by the value 0a hex and the entire list is terminated by 0. Return non-zero if description does not fit within the buffersize of N
char buf[2048];
header *hdr;
hdr = new_header();
read_header("myvolume.vol", hdr);
print_description(hdr, buf, 2048);
print(STD, "Header contains the following : \n#s\n", buf);
free_header(hdr);
1.0 29/10-96 Ulrik Kjems