mirror of
https://github.com/xzeldon/htop.git
synced 2024-12-25 15:25:45 +00:00
61ef1134d9
Code that is shared across some (but not all) platforms is moved into a 'generic' home. Makefile.am cleanups to match plus some minor alphabetic reordering/formatting. As discussed in https://github.com/htop-dev/htop/pull/553
13 lines
227 B
C
13 lines
227 B
C
#ifndef HEADER_uname
|
|
#define HEADER_uname
|
|
/*
|
|
htop - generic/uname.h
|
|
(C) 2021 htop dev team
|
|
Released under the GNU GPLv2, see the COPYING file
|
|
in the source distribution for its full text.
|
|
*/
|
|
|
|
char* Generic_uname(void);
|
|
|
|
#endif
|