file: 10-C-utils.muf package: muf status: tentative
The pf
(printFunctions) function lists the names of all functions
in the current package.
file: 10-C-utils.muf package: muf status: tentative
The ps
(printSymbols) function lists the names of all symbols
in the current package.
file: 10-C-utils.muf package: muf status: tentative
The pv
(printVariables) function lists the names and values of
all variables (symbols with non-nil
values) in the current package.
file: 10-C-utils.muf package: muf status: tentative
The pxf
(printExportedFunctions) function lists the names of all
functions exported from the current package.
file: 10-C-utils.muf package: muf status: tentative
The pxs
(printExportedSymbols) function lists the names of all
symbols exported from the current package.
file: 10-C-utils.muf package: muf status: tentative
The pxv
(printExportedVariables) function lists the names and
values of all variables (symbols with non-nil
values) exported
from the current package.
Go to the first, previous, next, last section, table of contents.