
  CONST
    sfc$max_number_of_counters = 0fff(16);

  TYPE
    sft$counters = ^array [1 .. * ] of sft$counter;

*copyc sft$counter
