#ifndef MD5_String_h #define MD5_String_h #include "Arduino.h" String md5_string(char *arg, int length = 0); #endif