projects
/
vg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22929b
)
Add vg_str_eq to header
author
hgn
<hgodden00@gmail.com>
Mon, 23 Dec 2024 17:41:23 +0000
(17:41 +0000)
committer
hgn
<hgodden00@gmail.com>
Mon, 23 Dec 2024 17:41:23 +0000
(17:41 +0000)
vg_string.h
patch
|
blob
|
history
diff --git
a/vg_string.h
b/vg_string.h
index 01caf7d24b146d2c02bf1ed4a5ee652188fa8d87..b8aa2098cc6bf21ecf75bf1f655ceb3780f5cd1a 100644
(file)
--- a/
vg_string.h
+++ b/
vg_string.h
@@
-66,3
+66,5
@@
int vg_strdjb2_eq( const char *s1, u32 h1, const char *s2, u32 h2 );
#define VG_STRDJB2_EQ( CS1, S2, H2 ) \
vg_strdjb2_eq( CS1, vg_strdjb2(CS1), S2, H2 )
+
+bool vg_str_eq( const char *s1, const char *s2 );