Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | 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