telodendria/tools/src
Jordan Bancino 0b11b97022 Add StrEquals(), as equality checking is the most common use for strcmp().
This allows us to get rid of the hideous MATRIX_PATH_PART_EQUALS macro,
and prevents inconsistent usage of strcmp() (for example, !strcmp() vs
strcmp() == 0).

StrEquals() also has sensible behavior for dealing with NULL strings (it
doesn't just segfault like strcmp()).
2023-05-06 22:34:36 +00:00
..
hdoc.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
http-debug-server.c Remove UtilStreamCopy() 2023-04-01 00:20:18 +00:00
http.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00
intcheck.c Format source code. 2023-04-25 22:13:28 +00:00
json.c Add StrEquals(), as equality checking is the most common use for strcmp(). 2023-05-06 22:34:36 +00:00