aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
blob: 58c1f5815267070aaec27f62c8b895897f71f214 (plain)
1
2
3
4
5
6
#ifndef __UTIL_H
#define __UTIL_H

void xstrcat(char *s1, char *s2);

#endif