home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.6 / Group16 / dll.h < prev    next >
Text File  |  1997-12-30  |  88b  |  5 lines

  1.  
  2. int Add (int x, int y);
  3. double __attribute__((stdcall)) Sub (double x, double y);
  4.  
  5.