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