home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / MClient / dummy.c next >
C/C++ Source or Header  |  1994-05-08  |  186b  |  9 lines

  1. #include <stdio.h>
  2. main()
  3. {
  4.   printf("\n");
  5.   printf("This program uses DCE services. To run properly,\n");
  6.   printf("it must have Server and Client sides\n");
  7.   printf("\n");
  8. }
  9.