String Filter Primitives

A string is a constructed filter primitive that consists of a sequence of bytes terminated by a null byte. The null byte does not figure into the length of the string. Externally, strings are represented by a sequence of American Standard Code Information Interchange (ASCII) characters. Internally, XDR represents them as pointers to characters with the designation char *.

The XDR library includes primitives for the following string routines:

Routine

xdr _ string ( ) xdr _ wrapstring ( )


[Back: Byte Arrays]
[Next: Primitive for Pointers to Structures]