Subversion Repositories RepoView

Rev

Blame | Last modification | View Log | Download | RSS feed

/* $Id: rv_md5.h 33 2024-08-22 02:15:44Z nishi $ */

#ifndef __RV_MD5_H__
#define __RV_MD5_H__

char* rv_md5(const char* string);

#endif