Sun Java System Access Manager 7 2005Q4 C API Reference

am_string_set_allocate()

Allocates space for an am_string_set_t and space for size strings. Also initializes size to the given size.

Syntax

#include "am_string.h"
AM_EXPORT am_string_set_t *
am_string_set_allocate(int size);

Parameters

This function takes the following parameters:

Parameter

Description

size

Size of set to allocate.

Returns

This function returns a pointer to allocated am_string_set_t, or NULL if size is less than 0.