Next Previous Contents

49. SLang_push_mmt

Synopsis

Push a memory managed type

Usage

int SLang_push_mmt (SLang_MMT_Type *mmt)

Description

This function is used to push a memory managed type onto the interpreter stack. It returns zero upon success, or -1 upon failure.

See Also

SLang_create_mmt, SLang_pop_mmt


Next Previous Contents