1lsm_string_list_alloc(3)  Libstoragemgmt C API Manual lsm_string_list_alloc(3)
2
3
4

NAME

6       lsm_string_list_alloc - Allocates the memory for a string list.
7

SYNOPSIS

9       lsm_string_list  * lsm_string_list_alloc (uint32_t size);
10

ARGUMENTS

12       size        uint32_t. The count of string.
13

VERSION

15       1.0
16

DESCRIPTION

18       Allocates  the  memory  for a string list.  All elements will be set to
19       NULL.
20

RETURN

22       Pointer of lsm_string. NULL on memory allocation failure or size is  0.
23       Should be freed by lsm_string_list_free.
24
25
26
27May 2018                     lsm_string_list_alloc    lsm_string_list_alloc(3)
Impressum