Functions

md5sum.cc File Reference

#include <string>
#include <vector>
#include "defun-dld.h"
#include "file-stat.h"
#include "file-ops.h"
#include "gripes.h"
#include "load-path.h"
#include "oct-env.h"
#include "oct-md5.h"
Include dependency graph for md5sum.cc:

Go to the source code of this file.

Functions

 DEFUN_DLD (md5sum, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} md5sum (@var{file})\n\ @deftypefnx {Loadable Function} {} md5sum (@var{str}, @var{opt})\n\ Calculate the MD5 sum of the file @var{file}. If the second parameter\n\ @var{opt} exists and is true, then calculate the MD5 sum of the\n\ string @var{str}.\n\ @end deftypefn")

Function Documentation

DEFUN_DLD ( md5sum  ,
args   
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines