#include "error.h"
/**
- * Paraslash's version of realloc().
+ * Adu's version of realloc().
*
* \param p Pointer to the memory block, may be \p NULL.
* \param size The desired new size.
}
/**
- * Paraslash's version of malloc().
+ * Adu's version of malloc().
*
* \param size The desired new size.
*
}
/**
- * Paraslash's version of calloc().
+ * Adu's version of calloc().
*
* \param size The desired new size.
*
}
/**
- * Paraslash's version of strdup().
+ * Adu's version of strdup().
*
* \param s The string to be duplicated.
*