Subversion Repositories IRCServ

Rev

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

Rev Author Line No. Line
5 nishi 1
/* $Id: is_util.h 5 2024-08-25 11:58:10Z nishi $ */
2
 
3
#ifndef __IS_UTIL_H__
4
#define __IS_UTIL_H__
5
 
6
char* is_strcat(const char* a, const char* b);
7
 
8
#endif