fdstat_sysctl.h 298 B

12345678910111213
  1. #ifndef HEADER_fdstat_sysctl
  2. #define HEADER_fdstat_sysctl
  3. /*
  4. htop - generic/fdstat_sysctl.h
  5. (C) 2022-2023 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. void Generic_getFileDescriptors_sysctl(double* used, double* max);
  10. #endif