_CP_unix_env

_CP_unix_env


_CP_unix_break Index Level _CP_unlock
Syntax int _CP_unix_env()
Category C Interface
Type C Function
Description sets the application to a standard Unix environment.  When using this setting, all terminal input and output must be done via standard Unix routines only (system, printf, scanf).

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction
Example
Warnings The default environment after logging onto Pick is _CP_pick_env.

When in _CP_unix_env(), Pick input/output routines will not function properly.

This routine is fairly expensive.
Compatibility AP 6.1
_CP_unix_break Index Level _CP_unlock