Subversion Repositories Keine

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 4
Line 1... Line 1...
1
/* $Id: kn_util.h 2 2024-09-11 09:16:23Z nishi $ */
1
/* $Id: kn_util.h 4 2024-09-11 10:22:22Z nishi $ */
2
 
2
 
3
#ifndef __KN_UTIL_H__
3
#ifndef __KN_UTIL_H__
4
#define __KN_UTIL_H__
4
#define __KN_UTIL_H__
5
 
5
 
6
char* kn_strcat(const char* a, const char* b);
6
char* kn_strcat(const char* a, const char* b);
-
 
7
char* kn_strcat3(const char* a, const char* b, const char* c);
7
char* kn_strdup(const char* a);
8
char* kn_strdup(const char* a);
8
 
9
 
9
#endif
10
#endif