Daylight v4.9
Release Date: 1 February 2008

Name

dt_alloc_integer - allocate a new integer object

Generic Prototype

dt_alloc_integer(void) => dt_Handle

C Prototype

#include "dt_smiles.h"

dt_Handle dt_alloc_integer(void)

FORTRAN Prototype

include 'dt_f_smiles.inc'

integer*4 dt_f_alloc_integer()

Description

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

Return Value

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

Related Topics

dt_alloc_real(3) dt_alloc_seq(3) dt_alloc_string(3) dt_dealloc(3) dt_integervalue(3) dt_setintegervalue(3)