Insert a string at the specified position.
Insert a string at the specified position.
Name | Type | Default | Description |
Return | char* | Changed entry string | |
str | char* | - | String in which the entry is to be made. The entry string will be changed! It must have sufficient memory available, to be able to take up the result. |
pos | int | - | 0-based position where the insert is to be made |
ins | char* | - | Character string which is to be inserted |
Alphabetic index HTML hierarchy of classes or Java