Gentee Programming Language > Documentation > Libraries Download documentation

type_hasdel

Specifies the necessity to call the function type_delete for deleting an object of this type.
 
uint type_hasdel(
      uint   itype
)

Parameters

itypeThe type of an object.

Return value

1 is returned if it is necessary to call type_delete, 0 is returned otherwise.

See also

    Other functions


 Copyright © 2004-2006 Gentee Inc. All rights reserved.