15 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*  Copyright (c) 2019 ACK Project.
 | 
						|
 *  See the copyright notice in the ACK home directory, 
 | 
						|
 *  in the file "Copyright".
 | 
						|
 *
 | 
						|
 *  Created on: 2019-02-23
 | 
						|
 *  
 | 
						|
 */
 | 
						|
#ifndef PROGS_H_
 | 
						|
#define PROGS_H_
 | 
						|
 | 
						|
void set_inp(void);
 | 
						|
void set_outp(void);
 | 
						|
void make_extfl(void);
 | 
						|
 | 
						|
#endif /* PROGS_H_ */
 |