CloverBootloader/rEFIt_UEFI/cpp_util/memory.h
2020-02-23 23:23:31 +03:00

10 lines
227 B
C

#include <Platform.h> // Only use angled for Platform, else, xcode project won't compile
CONST CHAR16 *
EFIAPI
ConstStrStr (
IN CONST CHAR16 *String,
IN CONST CHAR16 *SearchString
);