From: Urban Wallasch Date: Mon, 28 Oct 2019 01:58:13 +0000 (+0100) Subject: * Reformatted README.html for better editability. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=0ede08130da4ff52d0d78e7fc62b702b88cd5f24;p=oddbits.git * Reformatted README.html for better editability. * str: comment --- diff --git a/README.html b/README.html index 6d0aebd..c883fd5 100644 --- a/README.html +++ b/README.html @@ -1,13 +1,26 @@

Various code snippets and single-file libraries

+ - - + - - + - - +
trace - C11 conforming expression tracing macro
+trace +- +C11 conforming expression tracing macro +
net - simple IPv4 and IPv6 based TCP and UDP client/server handling
+net +- +simple IPv4 and IPv6 based TCP and UDP client/server handling +
str - string compare and search inline functions to complement string.h
+str +- +collection of various inline functions to complement string.h +
diff --git a/str/str.h b/str/str.h index 435587c..2f5150f 100644 --- a/str/str.h +++ b/str/str.h @@ -4,7 +4,7 @@ * Copyright (c) 2019, Urban Wallasch * BSD 3-Clause License, see LICENSE file for more details. * - * Collection of inline functions to complement string.h + * String comparison and search functions to complement string.h. * * str_icmp, * str_nicmp - compare two strings ignoring case