| 
									
										
										
										
											2008-05-05 03:19:25 -04:00
										 |  |  | ! Copyright (C) 2008 Slava Pestov. | 
					
						
							|  |  |  | ! See http://factorcode.org/license.txt for BSD license. | 
					
						
							| 
									
										
										
										
											2011-09-25 14:49:27 -04:00
										 |  |  | USING: alien.c-types alien.data system kernel unix math sequences | 
					
						
							| 
									
										
										
										
											2013-10-21 16:58:33 -04:00
										 |  |  | io.backend.unix io.ports libc specialized-arrays accessors unix.ffi ;
 | 
					
						
							| 
									
										
										
										
											2008-05-05 03:19:25 -04:00
										 |  |  | QUALIFIED: io.pipes | 
					
						
							| 
									
										
										
										
											2009-09-09 23:33:34 -04:00
										 |  |  | SPECIALIZED-ARRAY: int | 
					
						
							|  |  |  | IN: io.pipes.unix | 
					
						
							| 
									
										
										
										
											2008-05-05 03:19:25 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | M: unix io.pipes:(pipe) ( -- pair )
 | 
					
						
							| 
									
										
										
										
											2011-09-25 14:49:27 -04:00
										 |  |  |     2 int <c-array> | 
					
						
							| 
									
										
										
										
											2009-02-06 05:37:28 -05:00
										 |  |  |     [ pipe io-error ] | 
					
						
							| 
									
										
										
										
											2008-12-02 03:44:19 -05:00
										 |  |  |     [ first2 [ <fd> init-fd ] bi@ io.pipes:pipe boa ] bi ;
 |