10 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
#ifndef __TYPE_H
 | 
						|
#define __TYPE_H
 | 
						|
 | 
						|
#include <stdio.h>
 | 
						|
//#include <stdint.h>
 | 
						|
 | 
						|
#define _ALIGNED(x) __attribute__((aligned(x)))
 | 
						|
 | 
						|
#endif  // __TYPE_H
 |