Scroll to navigation

STDLIB(7) Erlang Application Definition STDLIB(7)

NAME

STDLIB - The STDLIB application.

DESCRIPTION

The STDLIB application is mandatory in the sense that the minimal system based on Erlang/OTP consists of Kernel and STDLIB. The STDLIB application contains no services.

CONFIGURATION

The following configuration parameters are defined for the STDLIB application. For more information about configuration parameters, see the app(5) module in Kernel.

Can be used to change the behavior of the Erlang shell when ^G is pressed.
Can be used to run the Erlang shell in restricted mode.
Can be used to set the exception handling of the evaluator process of Erlang shell.
Can be used to determine how many commands are saved by the Erlang shell.
where
*
Mod = atom()
*
Func = atom()

Can be used to set a customized Erlang shell prompt function.

Can be used to determine how many results are saved by the Erlang shell.
Can be used to determine how the Erlang shell outputs lists of integers.

SEE ALSO

app(5), application(3erl), shell(3erl)

stdlib 4.3.1.3 Ericsson AB