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

char* formatBytes(double *bytes);
#endif