mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Move xAsprintf, xSnprintf and xStrdup to StringUtils.h
This commit is contained in:
@ -7,6 +7,8 @@ in the source distribution for its full text.
|
||||
|
||||
#include "IOPriorityPanel.h"
|
||||
|
||||
#include "StringUtils.h"
|
||||
|
||||
|
||||
Panel* IOPriorityPanel_new(IOPriority currPrio) {
|
||||
Panel* this = Panel_new(1, 1, 1, 1, true, Class(ListItem), FunctionBar_newEnterEsc("Set ", "Cancel "));
|
||||
|
Reference in New Issue
Block a user