From 0ede08130da4ff52d0d78e7fc62b702b88cd5f24 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Mon, 28 Oct 2019 02:58:13 +0100 Subject: [PATCH] * Reformatted README.html for better editability. * str: comment --- README.html | 25 +++++++++++++++++++------ str/str.h | 2 +- 2 files changed, 20 insertions(+), 7 deletions(-) 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 -- 2.30.2