Addressed more issues raised by splint.

This commit is contained in:
Andrew Wood
2023-10-13 23:31:28 +01:00
parent 03fb1dc673
commit 41b223a757
5 changed files with 51 additions and 29 deletions
+3
View File
@@ -79,6 +79,9 @@
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
/* Define to 1 if you have the `memrchr' function. */
#undef HAVE_MEMRCHR
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
+6
View File
@@ -88,6 +88,12 @@ extern size_t pv_strlcat(char *, const char *, size_t);
*/
/*@null@ */ /*@only@ */ extern char *pv_strdup(const char *);
/*
* Return a pointer to the last matching character in the buffer, or NULL if
* not found.
*/
/*@null@ */ /*@temp@ */ extern void *pv_memrchr(const void *, int, size_t);
/*
* Functions relating to elapsed time.
*/