INTERFACECMarkUp ; IMPORT Buf, Marker, Wx, Wr, Thread; PROCEDURE Annotate (buf: Buf.T; wx: Wx.T; ins: Marker.LineInsertion) RAISES {Wr.Failure, Thread.Alerted};
Copy the C source inbuf
towx
adding HTML annotations and inserting any text inins
.
END CMarkUp.