|
|
1.1 ! root 1: /**************************************************************************** ! 2: Microsoft RPC Version 1.0 Alpha ! 3: October 1991 ! 4: Hello2 Example ! 5: ! 6: FILE: hello2\procs.c ! 7: PURPOSE: Remote procedures that are linked with the server ! 8: side of RPC distributed application hello2 ! 9: FUNCTIONS: HelloProc2() - prints "hello, world" ! 10: COMMENTS: ! 11: This version of the distributed application that prints ! 12: "hello, world" on the server features a client that ! 13: manages its connection to the server. It uses the binding ! 14: handle hRpcHello, defined in the file hello2.h. ! 15: ****************************************************************************/ ! 16: #include <stdio.h> // printf ! 17: ! 18: void HelloProc2(void) ! 19: { ! 20: printf("Hello, world\n"); ! 21: } ! 22: /* end of file \hello2\procs.c */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.