home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Technical Documentation / Sample Code / Snippets / Toolbox / Notification Hacks / NotificationMon.ƒ / Source / errorDebug.c < prev    next >
Encoding:
Text File  |  1992-11-16  |  76 b   |  5 lines  |  [TEXT/KAHL]

  1. void error(Str255 msg, short err)
  2. {
  3.     asm { move.w    err,d0 }
  4.     DebugStr(msg);
  5. }