rapi_fmt_adspec - format an adspec
#include <rapi.h>
void rapi_fmt_adspec(
rapi_adspec_t *adspecp, /* Addr of RAPI Adspec */
char *buffer, /* Addr of buffer */
int length /* Length of buffer */
)
Therapi_fmt_adspec() call formats a given RAPI Adspec into a buffer of given address and length. The output is truncated if the length is too small.
Contents | Next section | Index |