Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_real - allocate a new real object

Generic Prototype

dt_alloc_real(void) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_alloc_real(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_alloc_real()

Description

Allocates a new real object. The object has an initial value of 0.

Return Value

Returns the handle of a new real object or NULL_OB if an error is detected.

Related Topics

dt_alloc_integer(3) dt_alloc_seq(3) dt_alloc_string(3) dt_dealloc(3) dt_realvalue(3) dt_setrealvalue(3)