ONC+ Developer's Guide

C-style Mode

rpcgen has two compilation modes, C-style and default. C-style mode lets arguments be passed by value, instead of as pointers to a structure. It also supports passing multiple arguments. The default mode is the same as in previous releases. See "C-style Mode" for the example code for both modes.