The following functions have been added in omtk 0.1.2.
char *omtk_string_create(char *text);
Returns a new string. If text is NULL, the function will return an empty string.
void omtk_string_set(char **string, char *new_text)
Changes the value of the string to new_text.
void omtk_string_free(char *string);
You have to call this function to free the string.
Zurück zu www.eggdrop.ch | Back to www.eggdrop.ch Last update: 20.02.04 |
Copyright (C) 2004, 2005 by Thomas "tom" Steinacher <tom at eggdrop.ch> |