The SEDRIS Data Representation Model
APPENDIX D - Functions
SE FreeCharacterArray
extern void
SE_FreeCharacterArray
(
char *string_ptr, (notes)
void (*dealloc_func_in_ptr)(void *) (notes)
);

Definition

Deallocates a 'string' variable. Does NOT accept an EDCS_String. Instead, this function is intended to free a (char *) that was allocated by the SE_AllocCharacterArray() function.



Parameters Notes


string_ptr

 string to be freed

dealloc_func_in_ptr

 pointer to a user-supplied function to
    be used to free the memory. Must correspond to the function used to
    allocate the memory.


Prev: SE_FreeAttributeValue. Next: SE_FreeContactInformation. Up:Index.

Last updated: July 16, 2004 Copyright © 2004 SEDRIS