7 lines
92 B
C
7 lines
92 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
char *battery_percent(void);
|
|
bool plugged_in(char *fn);
|