.\" Generated by the Allegro makedoc utility .TH uconvert_toascii 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME uconvert_toascii \- Converts strings from the current format into ASCII. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B char *uconvert_toascii(const char *s, char buf[]); .SH DESCRIPTION Helper macro for converting strings from the current encoding format into ASCII. Expands to uconvert(s, U_CURRENT, buf, U_ASCII, sizeof(buf)). .SH SEE ALSO .BR uconvert (3alleg4)