aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
blob: f77e22660e5261c11716f74f5c302d8d989d4049 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LIB_H
#define LIB_H
#include <stddef.h>

void die(const char *message);

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

int intlen(size_t i);
#endif