home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / LIBSRC.ZOO / libsrc / local / getprty.c < prev    next >
Text File  |  1992-04-05  |  63b  |  6 lines

  1. int getpriority (int which, int who)
  2. {
  3.    return (0);
  4. }
  5.  
  6.