m_stop_sw
This function saves the current elapsed time, as calculated by an application, in a System Manager buffer and sets the stopwatch flag to OFF.
- Syntax: void far m_stop_sw(TIME far *elapsed_time)
- Parameters: TIME far *elapsed_time - Pointer to location to post the elapsed time
since software was started
- Returns: None
- Related Calls: m_start_sw