TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:50 2007
ra_value_get_string_array_utf8

ra_value_get_string_array_utf8

Name

ra_value_get_string_array_utf8 --  return pointer to character pointer array from value-handle (UTF-8 encoded)

Synopsis

LIBRAAPI const char ** ra_value_get_string_array_utf8 (value_handle vh);

Arguments

vh

value-handle

Description

This function returns a pointer to the character pointer array stored in vh. The strings are UTF-8 encoded. The pointer is valid until vh is used in another function or vh is freed. The number of elements of the array can be get by calling ra_value_get_num_elem().

source file

value.c