Better file structure and build system
[sysstatus.git] / include / 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