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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -