xs_replace_char
- Синтаксис
-
stock xs_replace_char(text[], len, what, with) { // let the xs_replace function do the work new arr[4]; arr[0] = what; arr[1] = 0; arr[2] = with; arr[3] = 0; return xs_replace(text, len, arr[0], arr[2]); }
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- This function has no description.