aboutsummaryrefslogtreecommitdiffstats
path: root/battery.h
blob: 023323cf38cd35724c90bc2f438deda608d3cd3c (plain)
1
2
3
4
5
6
7
#ifndef _BATTERY_H_
#define _BATTERY_H_


int Battery ( int *perc, int *stat, double *dur);

#endif