/*1* Copyright (c) 1998 Robert Nordier2* All rights reserved.3*4* Redistribution and use in source and binary forms are freely5* permitted provided that the above copyright notice and this6* paragraph and the following disclaimer are duplicated in all7* such forms.8*9* This software is provided "AS IS" and without any express or10* implied warranties, including, without limitation, the implied11* warranties of merchantability and fitness for a particular12* purpose.13*/1415/*16*/1718int sio_init(int) __attribute__((regparm (3)));19int sio_flush(void);20void sio_putc(int) __attribute__((regparm (3)));21int sio_getc(void);22int sio_ischar(void);232425