7 lines
97 B
C
7 lines
97 B
C
#ifndef BATT_H
|
|
#define BATT_H
|
|
|
|
int battery_screen(int rep, int display, int *flags_ptr);
|
|
|
|
#endif
|