aboutsummaryrefslogtreecommitdiff
path: root/include/lib.h
blob: 41a25d7e205d83d78fd90345dd8a3e2277b17463 (plain)
1
2
3
4
5
6
7
8
#ifndef LIB_H
#define LIB_H
void die(const char *message);

char* formatBytes(double *bytes);

int intlen(unsigned i);
#endif