(*
 * Title:   typdat.h
 * Purpose: RISCOS-specific file type and date info.
 *
 *)

# ifndef __typdat_h
# define __typdat_h

type typdat_ptr = ^typdat;
     typdat =  (* RISCOS type/date pair *)
       record
         ex, ld : integer
       end;

# endif

(* end typdat.h *)
