Cstring: Difference between revisions
Appearance
Created page with "A multi-platform C library that helps you define and manipulate expandable C-style strings. Strings are represented as instances of the cstring_t structure, and manipulate..." |
mNo edit summary |
||
Line 14: | Line 14: | ||
* Synthesis Software. | * Synthesis Software. | ||
[[Category:Tools]][[Category:C | [[Category:Tools]][[Category:C]][[Category:Generic Unix Tools]][[Category:MS Windows Tools]] |
Revision as of 10:47, 30 April 2015
A multi-platform C library that helps you define and manipulate expandable C-style strings. Strings are represented as instances of the cstring_t structure, and manipulated by the library's functions.
Version
- Current version of cstring is 3.6.2 (2012-02-20)
- There is no OS/2 specific version of this, but it is so generic that it has been compiled under eComStation as a windows target clone using Open Watcom and BC++ with some system call changes, and as a Unix type target using GCC.
Links
License and status
- Originally commercial software, now open source released under the Two clause BSD license - Current.
Authors
- Synthesis Software.