802b9f19b6878e4ac1df47ae7ce9be3bf6a2b93d
[sysstatus.git] / statuses / tools.h
1
2 #ifndef __TOOLS_H__
3 #define __TOOLS_H__
4
5 char powerToChar(int power);
6 void statusError(char *where, char *what, char *extra);
7 ssize_t fileRead(char *buf, size_t bufsize, char *file);
8
9 #endif