mirror of
				https://github.com/MariaDB/server.git
				synced 2025-11-03 20:36:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "fe.h"
 | 
						|
 | 
						|
/*
 | 
						|
h = 1
 | 
						|
*/
 | 
						|
 | 
						|
void fe_1(fe h)
 | 
						|
{
 | 
						|
  h[0] = 1;
 | 
						|
  h[1] = 0;
 | 
						|
  h[2] = 0;
 | 
						|
  h[3] = 0;
 | 
						|
  h[4] = 0;
 | 
						|
  h[5] = 0;
 | 
						|
  h[6] = 0;
 | 
						|
  h[7] = 0;
 | 
						|
  h[8] = 0;
 | 
						|
  h[9] = 0;
 | 
						|
}
 |