htop/solaris/Battery.c

9 lines
141 B
C
Raw Normal View History

#include "Battery.h"
#include <math.h>
void Battery_getData(double* level, ACPresence* isOnAC) {
2020-09-07 09:52:42 +00:00
*level = NAN;
*isOnAC = AC_ERROR;
}