posix - ssize_t data type in XDR for RPC -


i writing rpc application. need use ssize_t data type in c portion , needs sent on wire. should represent ssize_t in idl? can cast int want know correct way casting int, not sure if correct way.

xdr type int (iow, should use hyper) represents 32 bit integer. check onc+ developer's guide details.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -