Query: uwidth_max
OS: suse
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
uwidth_max(3alleg4) Allegro manual uwidth_max(3alleg4)NAMEuwidth_max - Number of bytes a character can occupy. Allegro game programming library.SYNOPSIS#include <allegro.h> int uwidth_max(int type);DESCRIPTIONLow 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 ALSOuwidth(3alleg4), ucwidth(3alleg4) Allegro version 4.4.2 uwidth_max(3alleg4)
| Related Man Pages |
|---|
| exunicod(3alleg4) - debian |
| set_uformat(3alleg4) - netbsd |
| set_uformat(3alleg4) - opendarwin |
| set_uformat(3alleg4) - php |
| set_uformat(3alleg4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Migrating to UNIX |
| A (ksh) Library For and From UNIX.com |
| Shopt -s histappend |