aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/string.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 13:48:49 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-01-23 13:48:49 -0800
commit672cd42a04aa74d86f8ffbc1aa44b662ea7f6f1b (patch)
tree73dd21bb1b81d65a3628672904a2c38ea26c01e6 /src/core/support/string.h
parent913d026e00cb4be1a4f58a2c34ad6cf152e9bb8d (diff)
Formatting
Diffstat (limited to 'src/core/support/string.h')
-rw-r--r--src/core/support/string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/support/string.h b/src/core/support/string.h
index 2ce4b7f785..28b7029ecd 100644
--- a/src/core/support/string.h
+++ b/src/core/support/string.h
@@ -64,7 +64,8 @@ int gpr_parse_bytes_to_uint32(const char *data, size_t length,
#define GPR_LTOA_MIN_BUFSIZE (3 * sizeof(long))
/* Convert a long to a string in base 10; returns the length of the
- output string (or 0 on failure) */
+ output string (or 0 on failure).
+ output must be at least GPR_LTOA_MIN_BUFSIZE bytes long. */
int gpr_ltoa(long value, char *output);
/* Reverse a run of bytes */