Go to most recent revision | Details | Last modification | View Log | 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