OSDN Git Service

VER0.1.0 final?
[lib1stclass/main.git] / 1stclass.hpp
index e2065aa..9967ebd 100755 (executable)
@@ -1,8 +1,12 @@
+/*
+* See the file LICENSE for redistribution information.
+*
+* Copyright: 2010- 1stclass.co.jp.  All rights reserved.
+*
+* Created by Hajime Kurita
+*/
 #ifndef INCLUDED_1stclass
 #define INCLUDED_1stclass
-#include <string>
-#include <iostream>
-
 using namespace std;
 
 class firstclass {
@@ -11,8 +15,9 @@ public:
   int is_num(const string moji);
   int itoa(int n, char s[]);
   int rmkdir(const string check_dir);
+  string rel2abs(const string in_rel_path);
   int remove_path(const string path);
-  int remove_special_char(string &str);
+  string remove_not_file_char(const string *str);
   int reverse_char(char s[]);
   int safe_strcat(char *dst, const char *append);
   int safe_strncat(char *dst, const char *append, const unsigned int len);