Moved ltrim, rtrim, and trim string functions into the bacstr library. (#1159)

This commit is contained in:
Steve Karg
2025-11-21 16:30:40 -06:00
committed by GitHub
parent a508e11624
commit a31261f78d
4 changed files with 66 additions and 40 deletions
+3 -2
View File
@@ -17,8 +17,9 @@ The git repositories are hosted at the following sites:
### Security
### Added
* Added BACnet library itoa, ltoa, ultoa, dtoa, and utoa ASCII
functions for ease of printing formatted values. (#1157)
* Added library specific ltrim, rtrim, and trim string functions. (#1159)
* Added library specific itoa, ltoa, ultoa, dtoa, utoa, and general
print format with ASCII return functions. (#1157)
* Added library specific string-to functions similar to stdlib.
Added library specific string-to functions for BACnet primitives. (#1151)