From b4c224b6f93802ff2adfec4a86a554a7ee05246d Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Mon, 7 Jan 2013 08:04:56 +0100 Subject: ustr: add package Signed-off-by: Wolfram Sang Signed-off-by: Marc Kleine-Budde --- rules/ustr.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rules/ustr.in (limited to 'rules/ustr.in') 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. -- cgit v1.2.3