Files

7 lines
117 B
C

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