
{ This is the type used to store information in the template file heap.
{ Three kinds of records can be stored in the heap:  data records, index
{ records, and description records.

  TYPE
    avt$template_file_record = SEQ ( * );

*copyc avc$max_template_record_size
*copyc avt$template_file_index
*copyc avt$template_file_record_header
