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