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

char *formatBytes(unsigned bytes, float *rounded);

int intlen(unsigned i);
#endif