Skip to main content

toascii

Function toascii 

Source
#[unsafe(no_mangle)]
pub extern "C" fn toascii(c: c_int) -> c_int
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/9699919799/functions/toascii.html.

Converts c to a 7bit ASCII character.

ยงDeprecated

The toascii() function was marked obsolescent in the Open Group Base Specifications Issue 7, and removed in Issue 8.

Not considered portable for localized applications.