#ifndef UTIL_H
#define UTIL_H

char *strjoin(int n, ...);

#endif
