mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-10-31 06:11:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			160 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			160 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
| unit unixsockets;
 | |
| 
 | |
| {$mode objfpc}{$H+}
 | |
| 
 | |
| {$packrecords C}
 | |
| 
 | |
| interface
 | |
| 
 | |
| uses
 | |
|   cTypes, BaseUnix;
 | |
|   
 | |
| {$unixsocketsh.inc}
 | |
| 
 | |
| implementation
 | |
| 
 | |
| {$unixsockets.inc}
 | |
| 
 | |
| end.
 | |
| 
 | 
