z/OS Cryptographic Services System SSL Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


gsk_free_strings()

z/OS Cryptographic Services System SSL Programming
SC14-7495-00

Releases storage allocated for an array of strings.

Format

   #include <gskcms.h>

   void gsk_free_strings (
                           int             num_strings,  
                           char **         strings)

Parameters

num_strings
Specifies the number of strings in the array.
strings
Specifies the array of strings to be released.

Usage

The gsk_free_strings() routine is used to release storage allocated for an array of strings.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014