Subversion Repositories IRCServ

Rev

Rev 5 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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