Rev 2 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: kn_util.h 4 2024-09-11 10:22:22Z nishi $ */
#ifndef __KN_UTIL_H__
#define __KN_UTIL_H__
char* kn_strcat(const char* a, const char* b);
char* kn_strcat3(const char* a, const char* b, const char* c);
char* kn_strdup(const char* a);
#endif