Choco OS  V.0.16.9.0
Join to the chocolate world
oc_md5.h
Go to the documentation of this file.
1 
28 #ifndef SYSTEM_LIBRARIES_INC_OC_MD5_H_
29 #define SYSTEM_LIBRARIES_INC_OC_MD5_H_
30 
31 #include <stdint.h>
32 
38 #define _________________________________________STATIC_INLINE_SECTION______________________________________________________________________
39 
40 static inline const char * md5( const char * String )
41 {
42  return String;
43 }
44 
45 #undef _________________________________________STATIC_INLINE_SECTION______________________________________________________________________
46 
47 
48 #endif /* SYSTEM_LIBRARIES_INC_OC_MD5_H_ */