Subversion Repositories IRCServ

Rev

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

/* $Id: is_util.h 6 2024-08-25 19:00:39Z nishi $ */

#ifndef __IS_UTIL_H__
#define __IS_UTIL_H__

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

struct is_config {};

#endif