2
0

Format code.

This commit is contained in:
Maarten Billemont
2017-08-30 09:57:15 -04:00
parent 6f4f6b8d1e
commit d22f93e564
4 changed files with 13 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ void mpw_uint64(const uint64_t number, uint8_t buf[8]);
/** Push a buffer onto a buffer. reallocs the given buffer and appends the given buffer. */
bool mpw_push_buf(
uint8_t ** buffer, size_t *bufferSize, const void *pushBuffer, const size_t pushSize);
uint8_t **buffer, size_t *bufferSize, const void *pushBuffer, const size_t pushSize);
/** Push a string onto a buffer. reallocs the given buffer and appends the given string. */
bool mpw_push_string(
uint8_t **buffer, size_t *bufferSize, const char *pushString);