Daylight v4.9 Release Date: 1 February 2008 Namedt_alloc_seq - allocate a new sequence objectGeneric Prototypedt_alloc_seq(void) => dt_HandleC Prototype#include "dt_smiles.h"dt_Handle dt_alloc_seq(void) FORTRAN Prototypeinclude 'dt_f_smiles.inc'integer*4 dt_f_alloc_seq() DescriptionAllocates a new sequence object. The sequence is initially empty.Return ValueReturns the handle of a new sequence object or NULL_OB if an error is detected.Related Topicsdt_alloc_integer(3) dt_alloc_real(3) dt_alloc_string(3) dt_atend(3) dt_atstart(3) dt_count(3) dt_next(3) dt_reset(3) dt_append(3) dt_delete(3) dt_insert(3) dt_seqsort(3) dt_stream(3) dt_toend(3) |