#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"
Functions | |
DEFUN_DLD (md5sum, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {} md5sum (@var{file})\n\ @deftypefnx {Loadable Function} {} md5sum (@var{str}, @var{opt})\n\ Calculates 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") |
DEFUN_DLD | ( | md5sum | , | |
args | ||||
) |