forked from Bananymous/banan-os
Kernel: Remove unused file
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#include <string.h>
|
||||
|
||||
void foo()
|
||||
{
|
||||
strlen(nullptr);
|
||||
strncpy(nullptr, nullptr, 0);
|
||||
memcpy(nullptr, nullptr, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user