summaryrefslogtreecommitdiffstats
path: root/rules/ustr.in
blob: 5546f564b49d1b7306512b23f5eb75a52dff616c (plain)
1
2
3
4
5
6
7
8
9
## SECTION=system_libraries

config USTR
	tristate
	prompt "ustr"
	help
	  ustr (Micro string library) is a string API for C. It has tiny overhead over
	  just plain strdup(), is much safer, is easier to use, is faster for many
	  operations, can be used with read-only or automatically allocated data.