HM_strinsc()
Inserts a character into a string.
Syntax
char * HM_strinsc(char * string, int position, char character);
Type
HyperMesh hmlib Function
Description
Inserts a character into a string.
Inputs
- string
- A pointer to a string that is to have a character inserted.
- position
- The position in the string at which the character should be inserted.
- character
- The character to be inserted.
Example
A pointer to the string.
Errors
None.