10 lines
120 B
C
10 lines
120 B
C
#ifndef BATT_H
|
|
#define BATT_H
|
|
|
|
int batt_init ();
|
|
int batt_close ();
|
|
|
|
int battery_screen (int rep, int display);
|
|
|
|
#endif
|