diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-05-11 06:43:54 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-05-11 06:43:54 +0000 |
| commit | ca675beb41dba8d7d16c5793b55d1672f38be3b4 (patch) | |
| tree | c995ada42729ac2059a0ed87a4539d1a7e10b14a /Private/DriverKit/KernelString.h | |
| parent | 2b4a4792abf51487ab4a16106f9376f43acf381a (diff) | |
| parent | bc57a29a24b98b00ba17710ba84ec2188ab73504 (diff) | |
Merged in MHR-23 (pull request #12)
MHR-23: Merge work.
Diffstat (limited to 'Private/DriverKit/KernelString.h')
| -rw-r--r-- | Private/DriverKit/KernelString.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Private/DriverKit/KernelString.h b/Private/DriverKit/KernelString.h deleted file mode 100644 index 8e189d26..00000000 --- a/Private/DriverKit/KernelString.h +++ /dev/null @@ -1,16 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - - Purpose: Kernel Strings. - -------------------------------------------- */ - -#pragma once - -#include <DriverKit/KernelStd.h> - -/// @brief DriverKit equivalent of POSIX's string.h. - -DK_EXTERN size_t kernelStringLength(const char* str); -DK_EXTERN int kernelStringCopy(char* dst, const char* src, size_t len); |
