#ifndef __UTIL_H__
#define __UTIL_H__

char *strdup(const char *a);
char *gstrans(const char *old);

#endif /* __UTIL_H__ */
