c c Record structure of a VAX notes record c structure /notes_key/ union map integer*4 key0 end map map character*3 %fill logical*1 type end map end union character*64 key2 character*1 cont_mark character*3 %fill union map integer*4 note_id end map map integer*2 reply integer*2 topic end map end union end structure structure /notes_record/ union map record /notes_key/ keypart end map map character*76 ckey end map end union union map character*948 char_rest end map map byte byte_rest(948) end map end union end structure c c an instance of the above record c record /notes_record/ record c integer ptr, num_topics, num_responses logical dir_only common /info/ ptr, num_topics, num_responses, dir_only