9 Manipulating functions

Function: mbfl_function_copy SRC_FUNCNAME DST_FUNCNAME

Copy the function SRC_FUNCNAME to a new function with name DST_FUNCNAME; return true if successful; return false otherwise.

Function: mbfl_function_rename SRC_FUNCNAME DST_FUNCNAME

Rename the function SRC_FUNCNAME to DST_FUNCNAME; return true if successful; return false otherwise.

Function: mbfl_function_exists FUNCNAME

Return true if a function named FUNCNAME exists; otherwise return false.

Function: mbfl_function_unset FUNCNAME

Unset the function NICKNAME.


This document describes version 3.0.0-devel.9 of Marcos Bash Functions Library.