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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

22       uconvert(3), exunicod(3)
23
24
25
26Allegro                          version 4.2.2               uconvert_ascii(3)
Impressum