rapi_fmt_filtspec - format a filter spec
#include <rapi.h>
void rapi_fmt_filtspec(
rapi_filter_t *filtp, /* Addr of RAPI Filt Spec */
char *buffer, /* Addr of buffer */
int length /* Length of buffer */
)
Therapi_fmt_filtspec() call formats a given RAPI filter spec into a buffer of given address and length. The output is truncated if the length is too small.
Contents | Next section | Index |