debian man page for uwidth_max

Query: uwidth_max

OS: debian

Section: 3alleg4

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

uwidth_max(3alleg4)						  Allegro manual					       uwidth_max(3alleg4)

NAME
uwidth_max - Number of bytes a character can occupy. Allegro game programming library.
SYNOPSIS
#include <allegro.h> int uwidth_max(int type);
DESCRIPTION
Low level helper function for working with Unicode text data. Returns the largest number of bytes that one character can occupy in the given encoding format. Pass U_CURRENT to represent the current format. Example: char *temp_buffer = malloc(256 * uwidth_max(U_UTF8));
SEE ALSO
uwidth(3alleg4), ucwidth(3alleg4) Allegro version 4.4.2 uwidth_max(3alleg4)
Related Man Pages
set_uformat(3alleg4) - debian
set_uformat(3alleg4) - opendarwin
exunicod(3alleg4) - opendarwin
set_uformat(3alleg4) - linux
set_uformat(3alleg4) - v7
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
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)?