Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
ustr - String library, very low memory overhead, simple to import
- Description:
Micro string library, very low overhead from plain strdup() (Ave. 44% for
0-20B strings). Very easy to use in existing C code. At it's simplest you can
just include a single header file into your .c and start using it.
This package also distributes pre-built shared libraries.
Packages
ustr-1.0.4-7m.mo8.x86_64
[61 KiB] |
Changelog
by Hiromasa YOSHIMOTO (2011-04-20):
- (1.0.4-7m)
- add workaround for build failure
-- temporary downgrade the optimization level to -O0. see comment for details
|