OSDN Git Service

Fix for public release
[lib1stclass/main.git] / 1stclass.h
index 627659b..b08cde7 100755 (executable)
@@ -1,3 +1,10 @@
+/*
+* See the file LICENSE for redistribution information.
+*
+* Copyright: 2010- 1stclass.co.jp.  All rights reserved.
+*
+* Created by Hajime Kurita
+*/
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -7,8 +14,9 @@ int is_num(const char *moji);
 int itoa(int n, char s[]);
 int reverse_char(char s[]);
 int rmkdir(const char *check_dir);
+int rel2abs(const char *rel_path, char *abs_path);
 int remove_path(const char *path);
-int remove_special_char(const char *str, char *dst);
+int remove_not_file_char(const char *str, char *dst);
 int safe_strcat(char *dst, const char *append);
 int safe_strncat(char *dst, const char *append, const unsigned int len);
 int shmf(const char *file, char *shmfile);