add support for mfrc proxyies
This commit is contained in:
5
placementnew.h
Normal file
5
placementnew.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include "stdint.h"
|
||||
|
||||
void* operator new(uint16_t, void* const buf);
|
||||
void* operator new[](uint16_t, void* const buf);
|
Reference in New Issue
Block a user