Subversion Repositories IRC-Archiver

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: ia_util.h 11 2024-08-30 05:20:32Z nishi $ */

#ifndef __IA_UTIL_H__
#define __IA_UTIL_H__

char* ia_strcat(const char* a, const char* b);
char* ia_strcat3(const char* a, const char* b, const char* c);
char* ia_strcat4(const char* a, const char* b, const char* c, const char* d);
char* ia_strdup(const char* str);

#endif