Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
uconvert_toascii(3)		Allegro	manual		   uconvert_toascii(3)

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

SYNOPSIS
       #include	<allegro.h>

       char *uconvert_toascii(const char *s, char buf[]);

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

SEE ALSO
       uconvert(3)

Allegro				 version 4.4.3		   uconvert_toascii(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=uconvert_toascii&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help