uconvert_toascii(3alleg4) Allegro manual uconvert_toascii(3alleg4)NAMEuconvert_toascii - Converts strings from the current format into ASCII. Allegro game programming library.SYNOPSIS#include <allegro.h> char *uconvert_toascii(const char *s, char buf[]);DESCRIPTIONHelper macro for converting strings from the current encoding format into ASCII. Expands to uconvert(s, U_CURRENT, buf, U_ASCII, sizeof(buf)).SEE ALSOuconvert(3alleg4) Allegro version 4.4.2 uconvert_toascii(3alleg4)
| Related Man Pages |
|---|
| set_uformat(3alleg4) - netbsd |
| uconvert(3alleg4) - opendarwin |
| uconvert(3alleg4) - v7 |
| uconvert(3alleg4) - plan9 |
| uconvert(3alleg4) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Change directory error |
| Getting command output to putty window title. |
| Docker learning Phase-I |
| The Future of the PM (Private Message) System at UNIX.com |
| 32 bit process addressing more than 4GB |