Previous section.

Resource ReSerVation Protocol API (RAPI)
Copyright © 1998 The Open Group

NAME

rapi_fmt_adspec - format an adspec

SYNOPSIS

#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    */
)


DESCRIPTION

The rapi_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