GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
#include <vector>
#include "defun.h"
#include "file-stat.h"
#include "file-ops.h"
#include "gripes.h"
#include "load-path.h"
#include "oct-env.h"
#include "oct-md5.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Fmd5sum (const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list Fmd5sum | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 46 of file md5sum.cc.
References error_state, base_file_stat::exists(), load_path::find_file(), octave_value::length(), octave_env::make_absolute(), oct_md5(), oct_md5_file(), print_usage(), and warning_with_id().