GDBMS 1.0
GDBMS_for_documentation/some_functions.h
Go to the documentation of this file.
00001 
00003 
00009 int hshcode(std::string username);
00010 
00012 
00019 bool is_textfile_empty( const char* filename );
00020 int hsh_int(int h);
00021 char *inttostr(int k);
00022 char * current_moment(void);
00023 bool FileExists(std::string strFilename);
00024 bool FileExists1(std::string strFilename);
00025 void mkfolder1(string folname);
00026 int strtoint(char *str);
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines