Subversion Repositories IRC-Archiver

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 nishi 1
/* $Id: ia_util.h 3 2024-08-29 18:49:46Z nishi $ */
2
 
3
#ifndef __IA_UTIL_H__
4
#define __IA_UTIL_H__
5
 
6
char* ia_strcat(const char* a, const char* b);
7
char* ia_strdup(const char* str);
8
 
9
#endif