blob: 940d64c3ad423b86c84e61dfef77c6398bb7de5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|