The rapi_fmt_tspec() call formats tspec information as a printable string.
Syntax
#include <rsvprapi.h> void rapi_fmt_tspec( rapi_tspec_t *ptspec, char *buffer, int length);
Parameters
ptspec
Description
The rapi_fmt_tspec() call formats the information in a tspec into the buffer, in a form suitable for printing. The output information is truncated if the buffer is too small.
Return Values
None.
Related Calls