NAME
insert_str_unit -- insert substring into string
PROTOTYPE
unitptr insert_str_unit( unitptr uHost)
ARGUMENTS
- unitptr uHost
- host unit
RETURN VALUE:
A pointer to the created unit or NULL in the case of an error.
INTERFACE OF CREATED UNIT:
- X_in[*]:
- (string input field 0) input string
- Y_in[*]:
- (string input field 1) to be inserted string
- Z_in[1]:
- (input field 2) offset of inserted string
- X_out[*]:
- (string output field 0) the result string
EXECUTION OF CREATED UNIT:
Inserts substring at a given offset position into a given
string.
FILE
/local/homes/rhaschke/nst7/man/../o.linx86//../foldersrc/nst_string.c