diff options
Diffstat (limited to 'dev/libDDK/DriverKit/str.h')
| -rw-r--r-- | dev/libDDK/DriverKit/str.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev/libDDK/DriverKit/str.h b/dev/libDDK/DriverKit/str.h deleted file mode 100644 index 6409b1a7..00000000 --- a/dev/libDDK/DriverKit/str.h +++ /dev/null @@ -1,17 +0,0 @@ -/* ======================================== - - Copyright Amlal El Mahrouss. - - Purpose: DDK Strings. - -======================================== */ - -#pragma once - -#include <DriverKit/ddk.h> - -/// @brief DDK equivalent of POSIX's string.h -/// @file str.h - -DDK_EXTERN size_t kstrlen(const char* in); -DDK_EXTERN int kstrncpy(char* dst, const char* src, size_t len); |
