跳到主要内容

asctime_s

搜索

函数 asctime_s 

源代码
pub unsafe extern "C" fn asctime_s(
    _Buffer: *mut c_char,
    _SizeInBytes: usize,
    _Tm: *const tm,
) -> errno_t