Move xAsprintf, xSnprintf and xStrdup to StringUtils.h

This commit is contained in:
Benny Baumann
2020-09-19 20:22:34 +02:00
parent 7cd093ce95
commit c6f04a9c5d
22 changed files with 101 additions and 75 deletions

1
htop.c
View File

@ -16,6 +16,7 @@ in the source distribution for its full text.
#include "ProcessList.h"
#include "ScreenManager.h"
#include "Settings.h"
#include "StringUtils.h"
#include "UsersTable.h"
#include "Platform.h"