logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

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

Name

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

See Also

uconvert(3alleg4)

Allegro                                           version 4.4.3                        uconvert_toascii(3alleg4)

Synopsis

#include<allegro.h>char*uconvert_toascii(constchar*s,charbuf[]);

See Also