Merge branch 'ctype.h-locale-functions-impl' into 'master'
ctype/mod.rs: add locale_t type definition See merge request redox-os/relibc!906
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//!
|
||||
//! See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/ctype.h.html>.
|
||||
|
||||
use crate::platform::types::c_int;
|
||||
use crate::{header::bits_locale_t::locale_t, platform::types::c_int};
|
||||
|
||||
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/functions/isalnum.html>.
|
||||
#[unsafe(no_mangle)]
|
||||
|
||||
Reference in New Issue
Block a user