Skip to content
Snippets Groups Projects
Commit 672cd42a authored by Craig Tiller's avatar Craig Tiller
Browse files

Formatting

parent 913d026e
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,8 @@ int gpr_parse_bytes_to_uint32(const char *data, size_t length, ...@@ -64,7 +64,8 @@ int gpr_parse_bytes_to_uint32(const char *data, size_t length,
#define GPR_LTOA_MIN_BUFSIZE (3 * sizeof(long)) #define GPR_LTOA_MIN_BUFSIZE (3 * sizeof(long))
/* Convert a long to a string in base 10; returns the length of the /* 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); int gpr_ltoa(long value, char *output);
/* Reverse a run of bytes */ /* Reverse a run of bytes */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment