omtk - a platform independent GUI toolkit

Documentation

 

String

The following functions have been added in omtk 0.1.2.

Functions

omtk_string_create()

char *omtk_string_create(char *text);

Returns a new string. If text is NULL, the function will return an empty string.

omtk_string_set()

void omtk_string_set(char **string, char *new_text)

Changes the value of the string to new_text.

omtk_string_free()

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>

SourceForge.net Logo Valid HTML 4.0!