home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
makedce.zip
/
EXAMPLES.ZIP
/
examples
/
Array
/
dummy.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-08
|
186b
|
9 lines
#include <stdio.h>
main()
{
printf("\n");
printf("This program uses DCE services. To run properly,\n");
printf("it must have Server and Client sides\n");
printf("\n");
}