Rev 6 | Go to most recent revision | Details | Last modification | View Log | 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