Skip to main content

wcswcs

Function wcswcs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wcswcs( ws1: *const wchar_t, ws2: *const wchar_t, ) -> *mut wchar_t
👎Deprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/009604499/functions/wcswcs.html.

Marked legacy in issue 6. Encouraged to use wcsstr instead, which this implementation simply forwards to.