addEntry(hTable,entry)
adds a function or operator entry that you have constructed to the collection of
table entries registered in a code replacement table.
hTable — Handle to a code replacement table handle
The hTable is a handle to a code replacement
table previously returned by hTable =
RTW.TflTable.
Example: hLib
entry — Handle to a function or operator entry handle
The entry is a handle to a function or operator
entry that you have constructed after calling
hEntry =
RTW.TflCFunctionEntry or
hEntry =
RTW.TflCOperationEntry.