debian man page for mchartable_set_range

Query: mchartable_set_range

OS: debian

Section: 3m17n

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

mchartable_set_range(3m17n)					 The m17n Library				       mchartable_set_range(3m17n)

NAME
mchartable_set_range - Assign a value to the characters in the specified range.
SYNOPSIS
int mchartable_set_range (MCharTable * table, int from, int to, void * val)
DESCRIPTION
Assign a value to the characters in the specified range. The mchartable_set_range() function assigns value val to the characters from from to to (both inclusive) in chartable table.
RETURN VALUE
If the operation was successful, mchartable_set_range() returns 0. Otherwise it returns -1 and assigns an error code to the external variable merror_code. If from is greater than to, mchartable_set_range() returns immediately without an error.
ERRORS
MERROR_CHAR
SEE ALSO
mchartable_set()
COPYRIGHT
Copyright (C) 2001 Information-technology Promotion Agency (IPA) Copyright (C) 2001-2011 National Institute of Advanced Industrial Science and Technology (AIST) Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License <http://www.gnu.org/licenses/fdl.html>. Version 1.6.2 12 Jan 2011 mchartable_set_range(3m17n)
Related Man Pages
mconv_stream_converter(3m17n) - debian
mdraw_image_text(3m17n) - debian
mtext_get_prop_keys(3m17n) - debian
mtext_prop_range(3m17n) - debian
mtext_push_prop(3m17n) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph