| txAdd | txClose | txDel | txIns | txKeyLin | txOpen |
| txNew | txNbrLin | txNxtLin | txRpl | txSrt |
| int | txAdd( int handle, char* fmt, elipsis ) |
| int | txClose( int handle ) |
| int | txDel( int linNbr ) |
| int | txIns( int hndl, int linNbr, char* fmt, elipsis ) |
| int | txKeyLin( int hndl, char* out, char* key ) |
| int | txOpen( char* filNam, elipsis ) |
| int | txNew( char* filNam, elipsis ) |
| int | txNbrLin( int hndl, char* out, int linNbr ) |
| int | txNxtLin( int hndl, char* buf ) |
| int | txRpl( int hndl, int linNbr, char* fmt, elipsis ) |
| int | txSrt( int hndl, int delimter, int fldNbr ) |