mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 14:39:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			107 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			107 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
unit syscall;
 | 
						|
 | 
						|
interface
 | 
						|
{$define FPC_USE_SYSCALL}
 | 
						|
 | 
						|
{$i sysnr.inc}
 | 
						|
{$i syscallh.inc}
 | 
						|
 | 
						|
implementation
 | 
						|
 | 
						|
end.
 |