mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
10 lines
172 B
C
10 lines
172 B
C
|
|
||
|
#include "../Platform/Platform.h"
|
||
|
|
||
|
CONST CHAR16 *
|
||
|
EFIAPI
|
||
|
ConstStrStr (
|
||
|
IN CONST CHAR16 *String,
|
||
|
IN CONST CHAR16 *SearchString
|
||
|
);
|