1 |
/* |
/* |
2 |
* Dynamic String Utilities |
* Dynamic String Utilities |
3 |
* |
* |
4 |
* Ripped off from the tcl collection. - September 21, 1995 |
* Taken from the tcl collection. - September 21, 1995 |
5 |
* by Kirk Abbott, and lightly modified to suit the neeeds of |
* by Kirk Abbott, and lightly modified to suit the neeeds of |
6 |
* ASCEND. |
* ASCEND. |
7 |
* |
* |
83 |
} |
} |
84 |
|
|
85 |
/* |
/* |
86 |
* Copy the new string into the buffer at the end of the old |
* Copy the new string into the buffer at the end of the old |
87 |
* one. |
* one. |
88 |
*/ |
*/ |
89 |
|
|