mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
added ucrealloc()
This commit is contained in:
@@ -38,5 +38,7 @@ void *ucmalloc(size_t s);
|
||||
/* the same but it fills the pointer with random values */
|
||||
void *urmalloc(size_t s);
|
||||
|
||||
/* resize a a pointer and fill the added remainder with zeroes */
|
||||
void *ucrealloc(void *d, size_t oldlen, size_t newlen);
|
||||
|
||||
#endif /* _HAVE_PCP_MEM */
|
||||
|
||||
Reference in New Issue
Block a user