* Reformatted README.html for better editability.
authorUrban Wallasch <urban.wallasch@freenet.de>
Mon, 28 Oct 2019 01:58:13 +0000 (02:58 +0100)
committerUrban Wallasch <urban.wallasch@freenet.de>
Mon, 28 Oct 2019 01:58:13 +0000 (02:58 +0100)
* str: comment

README.html
str/str.h

index 6d0aebd8e70146922edb108a050cb7754a845ab1..c883fd5b9fa31961e3528a73a479b34952ced500 100644 (file)
@@ -1,13 +1,26 @@
 <h2>Various code snippets and single-file libraries</h2>
+
 <table>
 
-<tr><td><a href="/?p=oddbits.git;a=tree;f=trace;hb=HEAD"><b> trace </b></a></td>
-<td>-</td><td> C11 conforming expression tracing macro </td></tr>
+<tr><td><a
+href="/?p=oddbits.git;a=tree;f=trace;hb=HEAD"><b>
+trace
+</b></a></td><td>-</td><td>
+C11 conforming expression tracing macro
+</td></tr>
 
-<tr><td><a href="/?p=oddbits.git;a=tree;f=net;hb=HEAD"><b> net </b></a></td>
-<td>-</td><td> simple IPv4 and IPv6 based TCP and UDP client/server handling </td></tr>
+<tr><td><a
+href="/?p=oddbits.git;a=tree;f=net;hb=HEAD"><b>
+net
+</b></a></td><td>-</td><td>
+simple IPv4 and IPv6 based TCP and UDP client/server handling
+</td></tr>
 
-<tr><td><a href="/?p=oddbits.git;a=tree;f=str;hb=HEAD"><b> str </b></a></td>
-<td>-</td><td> string compare and search inline functions to complement string.h </td></tr>
+<tr><td><a
+href="/?p=oddbits.git;a=tree;f=str;hb=HEAD"><b>
+str
+</b></a></td><td>-</td><td>
+collection of various inline functions to complement string.h
+</td></tr>
 
 </table>
index 435587c5cca9f51833f5ad2e384cf6bb7bbb84de..2f5150f518f052910363a51e4db541521f527767 100644 (file)
--- 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