10 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			C
		
	
	
	
	
	
#define CODE_EXPANDER
 | 
						|
#include <em.h>
 | 
						|
#include "back.h"
 | 
						|
 | 
						|
void
 | 
						|
C_exa_dnam( s)
 | 
						|
char *s;
 | 
						|
{
 | 
						|
	set_global_visible( extnd_dnam( s));
 | 
						|
}
 |