cppannotations/annotations/icmake/md5sum
2015-09-05 16:01:43 +02:00

5 lines
106 B
Text

string md5sum(string file)
{
return substr(strtok(backtick("md5sum " + file)[0], " \t")[0], 0, 5);
}