Capy-Bearer Documentation

posix_info

host call

Capy

function posix_info(key : string, value : dval) dval

Description

posix_info("signal_name", value) returns the POSIX signal name for a signal number.

Parameters

key : signal_name

value : the value for key

Return Values

The value for key.

Errors

The function stops with an error for an unknown key. The error lists the valid keys.

Example

Capy

print(string(posix_info("signal_name", 11)), "\n")