/* ** common.h for 42sh ** ** Made by Seblu ** Login ** ** Started on Sun Jul 30 03:59:48 2006 Seblu ** Last update Sun Jul 30 04:33:18 2006 Seblu */ #ifndef COMMON_H_ # define COMMON_H_ char *strmerge(int n, const char *s1, ...); char *strvmerge(const char * const *vtable); #endif