Rename StringUtils.[ch] to XUtils.[ch]

This commit is contained in:
Benny Baumann
2020-10-14 20:21:09 +02:00
parent c6f04a9c5d
commit 872e542f4e
41 changed files with 55 additions and 51 deletions

View File

@ -11,7 +11,7 @@ in the source distribution for its full text.
#include "LinuxProcess.h"
#include "CRT.h"
#include "Platform.h"
#include "StringUtils.h"
#include "XUtils.h"
#include <stdlib.h>
#include <unistd.h>
@ -20,6 +20,7 @@ in the source distribution for its full text.
#include <time.h>
#include <math.h>
/* semi-global */
long long btime;