muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / tcgetattr.c
blob0d13ff6ac1c71fc73fcd0c48a64e4f0626975aaa
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <termios.h>
8 /* FIXME: add autodoc */
9 int tcgetattr(int __fd, struct termios *__termios_p)
11 /* TODO: Implement tcgetattr() */
12 return 0;