Subversion Repositories IRC-Archiver

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: ia_util.h 3 2024-08-29 18:49:46Z nishi $ */

#ifndef __IA_UTIL_H__
#define __IA_UTIL_H__

char* ia_strcat(const char* a, const char* b);
char* ia_strdup(const char* str);

#endif