mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
71e952401a
Added unit tests
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
|
|
);
|