Combine XAlloc.[ch] into XUtils.[ch]

This commit is contained in:
Benny Baumann
2020-10-15 00:56:22 +02:00
parent 872e542f4e
commit 5e4b182616
10 changed files with 46 additions and 72 deletions

View File

@ -6,12 +6,13 @@ in the source distribution for its full text.
*/
#include "RichString.h"
#include "XAlloc.h"
#include "Macros.h"
#include "XUtils.h"
#include <stdlib.h>
#include <string.h>
#define charBytes(n) (sizeof(CharType) * (n))
static void RichString_extendLen(RichString* this, int len) {