10 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			162 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* $Header$ */
 | |
| 
 | |
| /* For the time being ... */
 | |
| 
 | |
| #define SZ_INT		4
 | |
| #define SZ_SHORT	2
 | |
| #define SZ_POINTER	4
 | |
| #define SZ_LONG		4
 | |
| #define SZ_FLOAT	4
 | |
| #define SZ_DOUBLE	8
 |