os/src/Common/Pipe.m3


Copyright (C) 1994, Digital Equipment Corp.

MODULE Pipe;

IMPORT Atom;

BEGIN
  FileType := Atom.FromText("Pipe")
END Pipe.