1uconvert_toascii(3)             Allegro manual             uconvert_toascii(3)
2
3
4

NAME

6       uconvert_toascii - Converts strings from the current format into ASCII.
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       char *uconvert_toascii(const char *s, char buf[]);
14

DESCRIPTION

16       Helper macro for converting strings from the  current  encoding  format
17       into   ASCII.   Expands   to   uconvert(s,   U_CURRENT,  buf,  U_ASCII,
18       sizeof(buf)).
19
20

SEE ALSO

22       uconvert(3)
23
24
25
26Allegro                          version 4.2.2             uconvert_toascii(3)
Impressum