home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 163_01 / ibmlib.h < prev    next >
Text File  |  1987-06-03  |  896b  |  21 lines

  1. /*    IBM.LIB special 8086 PC compatible functions           */
  2. /*    1985 agassiz computer consultants               */
  3.  
  4. extern int
  5.        inp(),    /*    inp(port)               */
  6.        outp(),    /*    outp(port,byte)            */
  7.        pokec(),    /*    pokec(seg,off,byte)           */
  8.        tone(),    /*    tone(freq,duration)           */
  9.        sign(),    /*    sign(I)                */
  10.        fraction(),    /*    fraction(I,factor,divisor)     */
  11.        seed(),    /*    seed(I)                */
  12.        randint(),    /*    randint()  +-MAXINT           */
  13.        irand(),    /*    irand(Om)    < Om           */
  14.        beep(),    /*    beep(pips)               */
  15.        locate(),    /*    locate(x,y) true if on screen  */
  16.        pos(),    /*    pos(p,s) *p position in *s     */
  17.        strappend(), /*    append(*a,*b) b onto a           */
  18.        strmatch(),    /*    match(*a,*b) a begins b        */
  19.        replace();    /*    replace(*L,*a,*b) a -> b in L  */
  20.  
  21.