Module OByteLib.Symb

type ident = {
stamp : int;
name : string;
mutable flags : int;
}
type t = ident option array
val empty : t
val print : Stdlib.out_channel -> t -> unit
val read : Index.t -> Stdlib.in_channel -> t
val write : Stdlib.out_channel -> t -> unit