summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2008-10-14 23:13:47 -0700
committerDustin Sallings <dustin@spy.net>2009-03-19 01:52:53 -0700
commit22238587c6fbf8c896a567e424f2c2b0d4be6118 (patch)
tree027d521e0100a6407fdb64d4fd79373eeba205bb /util.h
parentc619881867bfe891c6477712edec53b744f9d991 (diff)
downloadmemcached-22238587c6fbf8c896a567e424f2c2b0d4be6118.tar.gz
add comment
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.h b/util.h
index 38f0e4c..0234a68 100644
--- a/util.h
+++ b/util.h
@@ -1,4 +1,7 @@
/*
+ * Wrappers around strtoull/strtoll that are safer and easier to
+ * use. For tests and assumptions, see internal_tests.c.
+ *
* str a NULL-terminated base decimal 10 unsigned integer
* out out parameter, if conversion succeeded
*