CloverBootloader/rEFIt_UEFI/cpp_util/memory.h

10 lines
172 B
C
Raw Normal View History

2020-02-17 21:41:09 +01:00
#include "../Platform/Platform.h"
CONST CHAR16 *
EFIAPI
ConstStrStr (
IN CONST CHAR16 *String,
IN CONST CHAR16 *SearchString
);