Subversion Repositories IRCServ

Rev

Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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