home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 January / PCWorld_2000-01_cd.bin / Software / Servis / Devc / _SETUP.5 / Group11 / 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.