rapi_fmt_tspec - format a tspec
#include <rapi.h>
void rapi_fmt_tspec(
rapi_tspec_t *tspecp, /* Addr of RAPI Tspec */
char *buffer, /* Addr of buffer */
int length /* Length of buffer */
)
Therapi_fmt_tspec() call formats a given RAPI Tspec into a buffer of given address and length. The output is truncated if the length is too small.
Contents | Next section | Index |