|
|
1.1 ! root 1: /**************************************************************************** ! 2: Microsoft RPC Version 1.0 Alpha ! 3: October 1991 ! 4: Hello1 Example ! 5: ! 6: FILE: hello1\procs.c ! 7: PURPOSE: Contains remote procedures that are linked with the ! 8: server side of RPC distributed application hello1 ! 9: FUNCTIONS: HelloProc1() - prints "hello, world" ! 10: COMMENTS: ! 11: This version of the distributed application that prints ! 12: "hello, world" on the server features automatic binding. ! 13: The client main program, client.c, does not include any code ! 14: relating to remote procedure call. It simply calls the ! 15: remote procedure as though it were a local procedure. ! 16: ! 17: ****************************************************************************/ ! 18: ! 19: #include <stdio.h> // printf ! 20: ! 21: void HelloProc1(void) ! 22: { ! 23: printf("Hello, world\n"); ! 24: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.