Programming Guide |
Pops LDBs off the LDB save stack
void int sm_ldb_pop(void);
- 0 Success.
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
.