From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Jeeves Subject: md5sum or libraries Date: Sun, 2 Jan 2005 18:22:55 +0000 Message-ID: <200501021822.55287.benjamin@benjamin76.plus.com> Reply-To: benjamin@benjamin76.plus.com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi all I'm new to C programming and was hoping to write a program that would scan a number of folders and if any files in them it would do a md5sum on them. I can not seen to find any thing on a libraries or a function that would do the md5sum of the file. e.g. in php there is a function call md5_file(). This there something like that in C? I have written the code to scan the folders but can not find anything on md5sum or md5_file for C? Thank you Benjamin Jeeves