1uconvert_toascii(3) Allegro manual uconvert_toascii(3)
23
4
NAME
6uconvert_toascii - Converts strings from the current format into ASCII.
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
char *uconvert_toascii(const char *s, char buf[]);
14
DESCRIPTION
16Helper macro for converting strings from the current encoding format
17into ASCII. Expands to uconvert(s, U_CURRENT, buf, U_ASCII,
18sizeof(buf)).
1920
SEE ALSO
22uconvert(3)
2324
25
26
Allegro version 4.4.3 uconvert_toascii(3)