#ifndef BATT_H
#define BATT_H

int batt_init();
int batt_close();

int battery_screen(int rep, int display);


#endif

