factor/extra/io/serial/unix/termios/termios.factor

10 lines
289 B
Factor
Raw Normal View History

2008-08-15 00:44:39 -04:00
! Copyright (C) 2008 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: combinators system vocabs.loader ;
IN: io.serial.unix.termios
{
2008-08-15 00:54:57 -04:00
{ [ os linux? ] [ "io.serial.unix.termios.linux" ] }
{ [ os bsd? ] [ "io.serial.unix.termios.bsd" ] }
2008-08-15 00:44:39 -04:00
} cond require