Subversion Repositories IRCServ

Rev

Rev 6 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: is_util.h 5 2024-08-25 11:58:10Z nishi $ */

#ifndef __IS_UTIL_H__
#define __IS_UTIL_H__

char* is_strcat(const char* a, const char* b);

#endif