NAME
Trf_Init - Initialize extension in standard interpreter.
SYNOPSIS
#include <generic/transform.h>
int Trf_Init(Tcl_Interp *interp);
PARAMETERS
-
Tcl_Interp *interp
-
Interpreter to initialize.
DESCRIPTION
Extends the interpreter with extension-specific
structures and installs the globally visible
command of Tcl-TRF. Will catch attempts for
multiple initialization of an interpreter.
SEE ALSO
Trf_SafeInit
,
Trf_IsInitialized
,
Trf_CreateOptions
,
Trf_DeleteOptions
,
Trf_CheckOptions
,
Trf_SetOption
,
Trf_SetObjOption
,
Trf_QueryOptions
,
Trf_SeekQueryOptions
,
Trf_WriteProc
,
Trf_CreateCtrlBlock
,
Trf_DeleteCtrlBlock
,
Trf_TransformCharacter
,
Trf_TransformBuffer
,
Trf_FlushTransformation
,
Trf_ClearCtrlBlock
,
Trf_QueryMaxRead
,
Trf_Register
,
Trf_ConverterOptions
,
Trf_MDStart
,
Trf_MDUpdate
,
Trf_MDUpdateBuf
,
Trf_MDFinal
,
Trf_MDCheck
,
Trf_RegisterMessageDigest
,
Trf_LoadLibrary
,
Trf_XorBuffer
,
Trf_ShiftRegister
,
Trf_FlipRegisterShort
,
Trf_FlipRegisterLong
,
Trf_InitStubs