X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=xmalloc.h;h=f2eda31baf211d1e5e2a72bac669c7532e51b4ef;hp=b36c900e65ea63a017c53839e3642c8082c0352c;hb=2c71194f453bb34ff2291c2fa7c73582a3adb05e;hpb=f478c93ea71360d85328600703710ce16d378258 diff --git a/xmalloc.h b/xmalloc.h index b36c900..f2eda31 100644 --- a/xmalloc.h +++ b/xmalloc.h @@ -25,4 +25,10 @@ void * xmalloc (size_t size); +void * +xrealloc (void *ptr, size_t size); + +char * +xstrdup (const char *s); + #endif