mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-08 23:51:39 +01:00
10 lines
227 B
C
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
|
|
);
|