20 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			270 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
 | |
| #pragma once
 | |
| 
 | |
| #if !defined(BAD_APPLE_OS_CSTRING_INCLUDED)
 | |
| #define BAD_APPLE_OS_CSTRING_INCLUDED
 | |
| 
 | |
| #include <string.h>
 | |
| 
 | |
| namespace std
 | |
| {
 | |
| using ::strlen;
 | |
| 
 | |
| using ::memcmp;
 | |
| using ::memcpy;
 | |
| using ::memmove;
 | |
| using ::memset;
 | |
| }
 | |
| 
 | |
| #endif // !defined(BAD_APPLE_OS_CSTRING_INCLUDED)
 |