RemoveSoftBreakpoint

Removes the specified breakpoint.

Library:LibC
Classification:NetWare OS
Service:NetWare Platform

Syntax

  #include <netware.h> 
   
  int RemoveSoftBreakpoint (
     int   number );
  

Parameters

number

(IN) Specifies the number of the breakpoint to remove.

Return Values

If successful, returns 0.

See Also