|  | ||
| 
 | 
 void undo_stop ( void ) 
 
 
 
 | 
 | 
| Synopsis | #include "silver.h" 
 The undo_stop function shuts down the undo and redo systems and unloads the associated resources (i.e. memory and files) 
 | 
 | 
| Parameters | none 
 | 
 | 
| Return Value | none 
 | 
 | 
| Remarks | The undo_stop function destroys the undo system stack and is used to terminate a program or conclude usage of the undo system. 
 | 
 | 
| See Also | undo_suspend, undo_initialize, Undo System Usage, is_undo_stopped | 
 |