*BSD News Article 36417


Return to BSD News archive

Newsgroups: comp.os.386bsd.questions
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!swiss.ans.net!solaris.cc.vt.edu!MathWorks.Com!news.kei.com!world!decwrl!twwells!bill
From: bill@twwells.com (T. William Wells)
Subject: Re: how to write a interrupt function in c?
Organization: None, Mt. Laurel, NJ
Message-ID: <Cx0CqE.GvD@twwells.com>
References: <maruthan.780739386@marsh> <36c7o8$6ag@panix3.panix.com> <maruthan.781034589@marsh>
Date: Sat, 1 Oct 1994 18:59:01 GMT
Lines: 1

Use cc -S and then edit the resulting output with a sed script.