lat/include/lib.h

9 lines
126 B
C

#ifndef LIB_H
#define LIB_H
void die(const char *message);
char* formatBytes(double *bytes);
int intlen(unsigned i);
#endif