Searched defs:wmemcmp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Wchar/
H A DComparison.c86 /** The wmemcmp function compares the first n wide characters of the object
90 @return The wmemcmp function returns an integer greater than, equal to,
94 int wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) function

Completed in 42 milliseconds