uffs_version.h

Go to the documentation of this file.
00001 #ifndef UFFS_VERSION_H
00002 #define UFFS_VERSION_H
00003 
00004 #ifdef __cplusplus
00005 extern "C"{
00006 #endif
00007 
00008 
00009 #define UFFS_VERSION        0x01000000  //"01.00.0001"
00010 
00011 const char * uffs_Version2Str(int ver);
00012 int uffs_GetVersion(void);
00013 int uffs_GetMainVersion(int ver);
00014 int uffs_GetMinorVersion(int ver);
00015 
00016 #ifdef __cplusplus
00017 }
00018 #endif
00019 
00020 
00021 #endif
00022 

Generated on Sat Mar 17 15:45:44 2007 for uffs-doc by  doxygen 1.5.0