summaryrefslogtreecommitdiff
path: root/include/tools.h
blob: 802b9f19b6878e4ac1df47ae7ce9be3bf6a2b93d (plain)
1
2
3
4
5
6
7
8
9

#ifndef __TOOLS_H__
#define __TOOLS_H__

char powerToChar(int power);
void statusError(char *where, char *what, char *extra);
ssize_t fileRead(char *buf, size_t bufsize, char *file);

#endif