19 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			307 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| #pragma once
 | |
| 
 | |
| #if !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)
 | |
| #define BAD_APPLE_OS_CSTDLIB_INCLUDED
 | |
| 
 | |
| #include <stdlib.h>
 | |
| 
 | |
| namespace std
 | |
| {
 | |
| using ::abort;
 | |
| using ::malloc;
 | |
| using ::free;
 | |
| }
 | |
| 
 | |
| void __ba_registerAllocatableMemory(void* memory, size_t size) noexcept;
 | |
| 
 | |
| #endif // !defined(BAD_APPLE_OS_CSTDLIB_INCLUDED)
 |