percentages.h 188 B

1234
  1. #ifndef _SYMON_LIB_PERCENTAGES_H
  2. #define _SYMON_LIB_PERCENTAGES_H
  3. int percentages(int cnt, int64_t *out, int64_t *new, int64_t *old, int64_t *diffs);
  4. #endif /* _SYMON_LIB_PERCENTAGES_H */