summaryrefslogtreecommitdiffstats
path: root/rules/ustr.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/ustr.in')
-rw-r--r--rules/ustr.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/ustr.in b/rules/ustr.in
new file mode 100644
index 000000000..5546f564b
--- /dev/null
+++ b/rules/ustr.in
@@ -0,0 +1,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.