|
version 1.10, 2025/08/21 15:43:00
|
version 1.11, 2026/07/27 21:11:07
|
|
Line 12 terms:
|
Line 12 terms:
|
| All of the documentation and software included in the ELWIX and AITNET |
All of the documentation and software included in the ELWIX and AITNET |
| Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org> |
| |
|
| Copyright 2004 - 2024 | Copyright 2004 - 2026 |
| by Michael Pounov <misho@elwix.org>. All rights reserved. |
by Michael Pounov <misho@elwix.org>. All rights reserved. |
| |
|
| Redistribution and use in source and binary forms, with or without |
Redistribution and use in source and binary forms, with or without |
|
Line 90 char **str_CopyEnv(const char **oldenv);
|
Line 90 char **str_CopyEnv(const char **oldenv);
|
| */ |
*/ |
| ait_val_t *str_Ast(const char *csString); |
ait_val_t *str_Ast(const char *csString); |
| |
|
| |
/* |
| |
* str_makeup() - Makeup the string, delete character or replace it |
| |
* |
| |
* @str = String for makeup |
| |
* @ch = Find character |
| |
* @replace = Replace found character with this one if it !=0 |
| |
* return: how many replaces are done or -1 error |
| |
*/ |
| |
int str_makeup(char * __restrict str, char ch, char replace); |
| /* |
/* |
| * str_LTrim() - Remove left whitespaces from text string |
* str_LTrim() - Remove left whitespaces from text string |
| * |
* |