Subversion Repositories Okuu

Rev

Blame | Last modification | View Log | Download | RSS feed

/* $Id: ok_util.h 3 2024-09-10 19:21:48Z nishi $ */

#ifndef __OK_UTIL_H__
#define __OK_UTIL_H__

char* ok_strcat(const char* a, const char* b);
char* ok_strcat3(const char* a, const char* b, const char* c);
char* ok_strdup(const char* a);

#endif