uname.h 228 B

123456789101112
  1. #ifndef HEADER_uname
  2. #define HEADER_uname
  3. /*
  4. htop - generic/uname.h
  5. (C) 2021 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. char* Generic_uname(void);
  10. #endif