mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-14 13:04:35 +03:00
Files moved and added for supporting separate platforms.
This commit is contained in:
17
unsupported/Platform.c
Normal file
17
unsupported/Platform.c
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
htop - unsupported/Platform.c
|
||||
(C) 2014 Hisham H. Muhammad
|
||||
Released under the GNU GPL, see the COPYING file
|
||||
in the source distribution for its full text.
|
||||
*/
|
||||
|
||||
#include "Platform.h"
|
||||
|
||||
/*{
|
||||
#include "Action.h"
|
||||
}*/
|
||||
|
||||
void Platform_setBindings(Htop_Action* keys) {
|
||||
(void) keys;
|
||||
}
|
||||
|
Reference in New Issue
Block a user