Mercurial > hg > octave-nkf
view libinterp/corefcn/ls-utils.h @ 20307:1f9ed81bd173
maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
* NEWS, io.txi, file-io.cc, jit-ir.h, jit-typeinfo.h, ls-oct-binary.cc:
Fix misspellings of "compatibility" and "compatible".
* bsxfun.cc, file-io.cc, ov-base.h, oct-shlib.h, mesh.m: Fix
misspellings of "overridden".
* emacs.txi, image.txi, graphics.cc, __magick_read__.cc: Replace verb
phrase "allows to" with "allows one to".
author | Rafael Laboissiere <rafael@laboissiere.net> |
---|---|
date | Sun, 19 Apr 2015 06:53:30 -0300 |
parents | 4197fc428c7d |
children |
line wrap: on
line source
/* Copyright (C) 2003-2015 John W. Eaton This file is part of Octave. Octave is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Octave is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Octave; see the file COPYING. If not, see <http://www.gnu.org/licenses/>. */ #if !defined (octave_ls_utils_h) #define octave_ls_utils 1 extern save_type get_save_type (double max_val, double min_val); extern save_type get_save_type (float max_val, float min_val); #endif