uwidth_max(3alleg4) centos man page | unix.com

Man Page: uwidth_max

Operating Environment: centos

Section: 3alleg4

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
exunicod(3alleg4) - debian
set_uformat(3alleg4) - debian
set_uformat(3alleg4) - centos
exunicod(3alleg4) - suse
exunicod(3alleg4) - opendarwin
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq