home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / Binop / binop.idl < prev    next >
Text File  |  1994-12-22  |  914b  |  26 lines

  1.  
  2.  
  3. [
  4. uuid(0016e360-1a56-1e51-abf9-10005addde14),
  5. version(1.0)
  6. ]interface binop {
  7. /*@;**********************************************************************
  8.     * This file built with the MakeDCE facility for DCE ver 1.0          *
  9.     *     - A DCE Application-Development Enabling Tool                  *
  10.     *                                                                    *
  11.     * Initially generated on Tue Aug 16 15:58:19 1994                    *
  12.     *         Last update on Thu Dec 22 19:04:37 1994                    *
  13.     *                                                                    *
  14.     * IBM Corporation 1992, 1993                                         *
  15.     **********************************************************************/
  16. /*@[export] binop_add ;     file manager.c */
  17.  
  18. void 
  19. binop_add (
  20.    [  in] long a,
  21.    [  in] long b,
  22.    [  in, out, ref] long *c
  23. );
  24.  
  25. }
  26.