_CP_unix_break

_CP_unix_break


_CP_trim Index Level _CP_unix_env
Syntax int _CP_unix_break()
Category C Interface
Type C Function
Description causes all subsequent breaks to terminate the process as is standard in Unix applications.

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction _CP_pick_break _CP_break
Example _CP_unix_break();
Warnings The break mode is set to _CP_pick_break() by default.

Turning the break key off with the _CP_break() call will disable breaks even when in _CP_unix_break() mode.
Compatibility AP 6.1
_CP_trim Index Level _CP_unix_env