aboutsummaryrefslogtreecommitdiff
path: root/include/base/string.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-12-10 09:16:08 -0800
commit25537c3d3b9b68af91573dec39d1f46c3d97f735 (patch)
tree3f2ea6207a28fe9610d767dd78fb24d17f858ce0 /include/base/string.h
parentf4aef385bdd41b02ef58b5366fa9318ecdc6e37e (diff)
Checkin: small sprawling updates
Small touches to multiple locations in base. Nothing major
Diffstat (limited to 'include/base/string.h')
-rw-r--r--include/base/string.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/base/string.h b/include/base/string.h
index 20bf21b..2efbe0a 100644
--- a/include/base/string.h
+++ b/include/base/string.h
@@ -39,8 +39,8 @@ long str·asint(char *s, char **end, int base);
double str·asfloat(char *s, char **end);
/* augmented string functions */
-string string·makecap(char *s, vlong len, vlong cap);
-string string·makelen(char *s, vlong len);
+string string·nnmake(char *s, vlong len, vlong cap);
+string string·nmake(char *s, vlong len);
string string·make(char *s);
string string·makef(char *fmt, ...);
void string·free(string s);