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