RPCGEN is an interface generator pre-compiler for Sun Microsystems ONC RPC. It uses an interface definition file to create client and server stubs in C.
RPCGEN creates stubs based on information contained within an IDL file. This file is written in a language called RPCL - remote procedure call language. This language closely mimics C in style, and is designed purely for defining specification to be used for ONC RPC.
An RPC specification contains a number of definitions. These definitions are used by RPCGEN to create a header file for use by both the client and server, and client and server stubs.
NOTE: There is an error in the first example, to properly compile and link msg_proc.c, the declaration "printmessage_1(msg)" must be = "printmessage_1_svc(msg, req)" Otherwise the command: example% cc msg_proc.c msg_svc.c -o msg_server fails due to a naming discrepancy with the rpcgen generated code.
In the world so all alone
You get to feeling that you're on your own
Troubled times seem to be a way of life
And the day it feels so gray
You wonder if you'll have to a place to stay
Somewhere to go to keep out the rain and the cold
Now don't you wonder
How you'll survive until spring
Just hear the thunder
To you it sings (oh yeah)
To you it sings (pretty mama)
Chorus:
I'm gonna take care of everything
I'm gonna take care of you
I'm gonna take care of everything
I'm gonna take care of you
So you'll know the feeling
That my thundering soul has for you
I'll be revealing
All the love in my heart that's for you
In the warmth that's in our home
Then you'll realize you're not alone
Troubled times will fade and then pass away