Programming Guide



sm_ldb_pop

Pops LDBs off the LDB save stack

void int sm_ldb_pop(void);

Returns

Description

sm_ldb_pop removes all loaded LDBs from memory. It then restores to memory the LDBs in the LDB save stack's topmost—that is, most recently pushed—list. If any LDBs were active at the time they were unloaded, sm_ldb_pop restores them to active status. If the stack is empty, sm_ldb_pop removes all loaded LDBs from memory and returns with -1.

See Also

sm_ldb_push