home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / libraries / debug.g < prev    next >
Encoding:
Text File  |  1987-05-17  |  286 b   |  10 lines

  1. extern
  2.     KCmpStr(*char string1, string2)int,
  3.     KDoFmt(*char fmt; *uint data; proc(ulong ch)void putPrc; *byte xxx)void,
  4.     KGetChar()char,
  5.     KGetNum()long,
  6.     KMayGetChar()int,
  7.     KPutChar(ulong ch)void,
  8.     KPutFmt(*char fmt; *uint values)void,
  9.     KPutStr(*char string)void;
  10.