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_copy

ra_value_copy

Name

ra_value_copy --  copy one value_handle to another value_handle

Synopsis

LIBRAAPI int ra_value_copy (value_handle dest, value_handle src);

Arguments

dest

destination value-handle

src

source value-handle

Description

This function copies the values from one value-handle to another value-handle and the name and description. The remaining fields are not copied.

source file

value.c